2022-03-01 12:30:55 +00:00
|
|
|
{
|
|
|
|
"name": "@vality/magista-proto",
|
2022-12-23 14:25:44 +00:00
|
|
|
"version": "2.0.0",
|
2022-03-04 18:19:13 +00:00
|
|
|
"scripts": {
|
2022-12-23 14:25:44 +00:00
|
|
|
"codegen": "thrift-codegen --i ./proto ./node_modules/@vality/domain-proto --n magista"
|
2022-03-04 18:19:13 +00:00
|
|
|
},
|
2022-03-04 18:36:20 +00:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public",
|
|
|
|
"registry": "https://registry.npmjs.org/"
|
|
|
|
},
|
2022-12-23 14:25:44 +00:00
|
|
|
"exports": {
|
|
|
|
".": "./dist/thrift-codegen.bundle.js",
|
|
|
|
"./metadata.json": "./dist/metadata.json",
|
|
|
|
"./package.json": "./package.json"
|
|
|
|
},
|
2022-03-01 12:30:55 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/valitydev/magista-proto.git"
|
|
|
|
},
|
|
|
|
"license": "Apache-2.0",
|
2022-03-04 18:19:13 +00:00
|
|
|
"homepage": "https://github.com/valitydev/magista-proto#readme",
|
|
|
|
"files": [
|
2022-12-23 14:25:44 +00:00
|
|
|
"dist/**/*.{js,d.ts,json,map}",
|
2022-03-25 14:14:54 +00:00
|
|
|
"**/*.thrift"
|
2022-03-04 18:19:13 +00:00
|
|
|
],
|
2022-12-23 14:25:44 +00:00
|
|
|
"main": "./dist/thrift-codegen.bundle.js",
|
|
|
|
"types": "index.d.ts",
|
2022-03-04 18:19:13 +00:00
|
|
|
"devDependencies": {
|
2022-12-23 14:25:44 +00:00
|
|
|
"@vality/domain-proto": "2.0.1-7218614.0",
|
|
|
|
"@vality/thrift-codegen": "2.0.1-7608479.0"
|
2022-03-04 18:19:13 +00:00
|
|
|
}
|
2022-03-01 12:30:55 +00:00
|
|
|
}
|