mirror of
https://github.com/valitydev/dominator-proto.git
synced 2024-11-06 02:35:15 +00:00
40 lines
975 B
JSON
40 lines
975 B
JSON
|
{
|
||
|
"name": "@valitydev/dominator-proto",
|
||
|
"version": "1.0.0",
|
||
|
"scripts": {
|
||
|
"codegen": "thrift-codegen --i ./proto ./node_modules/@vality/domain-proto --n dominator"
|
||
|
},
|
||
|
"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/dominator-proto.git"
|
||
|
},
|
||
|
"license": "Apache-2.0",
|
||
|
"homepage": "https://github.com/valitydev/dominator-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"
|
||
|
}
|
||
|
}
|