damsel/package.json
2022-03-24 15:26:31 +03:00

27 lines
597 B
JSON

{
"name": "@vality/domain-proto",
"version": "1.0.0",
"scripts": {
"codegen": "thrift-codegen"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/valitydev/damsel.git"
},
"license": "Apache-2.0",
"homepage": "https://github.com/valitydev/damsel#readme",
"files": [
"lib/**/*.{js,d.ts,json}",
"**/*.thrift"
],
"main": "./lib/domain.js",
"types": "./lib/domain.d.ts",
"devDependencies": {
"@vality/thrift-codegen": "0.1.1-c81b4b7.0"
}
}