2020-09-24 11:57:38 +00:00
|
|
|
{
|
|
|
|
"proto": {
|
|
|
|
"damsel": { "path": "./node_modules/damsel/proto", "meta": true },
|
|
|
|
"machinegun": "./node_modules/machinegun_proto/proto",
|
|
|
|
"fistful": "./node_modules/fistful-proto/proto",
|
|
|
|
"messages": "./node_modules/messages-proto/proto",
|
|
|
|
"file-storage": "./node_modules/file-storage-proto/proto",
|
|
|
|
"ank": "./node_modules/ank-proto/proto",
|
2020-10-22 18:15:18 +00:00
|
|
|
"skipper": { "path": "./node_modules/skipper-proto/proto", "meta": true },
|
|
|
|
"deanonimus": { "path": "./node_modules/deanonimus-proto/proto", "meta": true }
|
2021-03-31 11:05:35 +00:00
|
|
|
},
|
|
|
|
"config": [
|
|
|
|
{
|
|
|
|
"namespace": "fistful",
|
|
|
|
"baseUrl": "./node_modules/fistful-proto/proto",
|
|
|
|
"services": [
|
|
|
|
{
|
|
|
|
"outputFolder": "wallet",
|
|
|
|
"definitionFile": "wallet.thrift"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"outputFolder": "deposit",
|
|
|
|
"definitionFile": "deposit.thrift"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"namespace": "damsel",
|
|
|
|
"baseUrl": "./node_modules/damsel/proto",
|
|
|
|
"services": [
|
|
|
|
{
|
|
|
|
"outputFolder": "domain-config",
|
|
|
|
"definitionFile": "domain_config.thrift"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
2020-09-24 11:57:38 +00:00
|
|
|
}
|