deanonimus-proto/package.json

39 lines
869 B
JSON
Raw Permalink Normal View History

2022-03-25 11:05:49 +00:00
{
"name": "@vality/deanonimus-proto",
2022-12-19 22:47:51 +00:00
"version": "2.0.0",
2022-03-25 11:05:49 +00:00
"scripts": {
2022-12-20 16:50:49 +00:00
"codegen": "thrift-codegen --i ./proto --n deanonimus"
2022-03-25 11:05:49 +00:00
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
2022-12-19 22:47:51 +00:00
"url": "git+https://github.com/valitydev/damsel.git"
},
"exports": {
".": "./dist/thrift-codegen.bundle.js",
"./metadata.json": "./dist/metadata.json",
"./package.json": "./package.json"
2022-03-25 11:05:49 +00:00
},
"license": "Apache-2.0",
2022-12-19 22:47:51 +00:00
"homepage": "https://github.com/valitydev/damsel#readme",
2022-03-25 11:05:49 +00:00
"files": [
2022-12-19 22:47:51 +00:00
"dist/**/*.{js,d.ts,json}",
2022-03-25 11:05:49 +00:00
"**/*.thrift"
],
2022-12-19 22:47:51 +00:00
"main": "./dist/thrift-codegen.bundle.js",
"types": "index.d.ts",
"typesVersions": {
">=4.6": {
"*": [
"dist/types/*"
]
}
},
2022-03-25 11:05:49 +00:00
"devDependencies": {
"@vality/thrift-codegen": "2.3.2"
2022-03-25 11:05:49 +00:00
}
}