mirror of
https://github.com/valitydev/machinegun-proto.git
synced 2024-11-06 01:15:18 +00:00
27 lines
641 B
JSON
27 lines
641 B
JSON
{
|
|
"name": "@vality/machinegun-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/machinegun-proto.git"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"homepage": "https://github.com/valitydev/machinegun-proto#readme",
|
|
"files": [
|
|
"lib/**/*.{js,d.ts,json}",
|
|
"**/*.thrift"
|
|
],
|
|
"main": "./lib/state_processing.js",
|
|
"types": "./lib/state_processing.d.ts",
|
|
"devDependencies": {
|
|
"@vality/thrift-codegen": "0.1.1-c81b4b7.0"
|
|
}
|
|
}
|