dominant-cache-proto/package.json

27 lines
649 B
JSON
Raw Normal View History

2022-03-23 08:20:43 +00:00
{
"name": "@vality/dominant-cache-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/dominant-cache-proto.git"
},
"license": "Apache-2.0",
"homepage": "https://github.com/valitydev/dominant-cache-proto#readme",
"files": [
"lib/**/*.{js,d.ts,json}",
"**/*.thrift"
],
"main": "./lib/dominant_cache.js",
"types": "./lib/dominant_cache.d.ts",
"devDependencies": {
"@vality/thrift-codegen": "0.1.1-c81b4b7.0"
2022-03-23 08:20:43 +00:00
}
}