mirror of
https://github.com/valitydev/magista-proto.git
synced 2024-11-06 08:25:16 +00:00
40 lines
964 B
JSON
40 lines
964 B
JSON
{
|
|
"name": "@vality/magista-proto",
|
|
"version": "2.0.1",
|
|
"scripts": {
|
|
"codegen": "thrift-codegen --i ./proto ./node_modules/@vality/domain-proto --n magista"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"exports": {
|
|
".": "./dist/thrift-codegen.bundle.js",
|
|
"./metadata.json": "./dist/metadata.json",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/valitydev/magista-proto.git"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"homepage": "https://github.com/valitydev/magista-proto#readme",
|
|
"files": [
|
|
"dist/**/*.{js,d.ts,json,map}",
|
|
"**/*.thrift"
|
|
],
|
|
"main": "./dist/thrift-codegen.bundle.js",
|
|
"types": "index.d.ts",
|
|
"typesVersions": {
|
|
">=4.6": {
|
|
"*": [
|
|
"dist/types/*"
|
|
]
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@vality/domain-proto": "2.0.1-45b0719.0",
|
|
"@vality/thrift-codegen": "2.3.2"
|
|
}
|
|
}
|