magista-proto/package.json

33 lines
883 B
JSON
Raw Normal View History

2022-03-01 12:30:55 +00:00
{
"name": "@vality/magista-proto",
"version": "2.0.0",
2022-03-04 18:19:13 +00:00
"scripts": {
"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/"
},
"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": [
"dist/**/*.{js,d.ts,json,map}",
"**/*.thrift"
2022-03-04 18:19:13 +00:00
],
"main": "./dist/thrift-codegen.bundle.js",
"types": "index.d.ts",
2022-03-04 18:19:13 +00:00
"devDependencies": {
"@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
}