grpc-node/packages/grpc-js/package.json
2018-01-31 14:28:39 -08:00

35 lines
782 B
JSON

{
"name": "@grpc/js",
"version": "1.0.0",
"description": "",
"main": "build/src/index.js",
"scripts": {
"compile": "tsc -p .",
"test": "echo \"Error: no test specified\" && exit 1",
"check": "gts check",
"clean": "gts clean",
"fix": "gts fix",
"prepare": "npm run compile",
"pretest": "npm run compile",
"posttest": "npm run check"
},
"repository": {
"type": "git",
"url": "https://github.com/grpc/grpc-node.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/grpc/grpc-node/issues"
},
"homepage": "https://grpc.io",
"dependencies": {
"@grpc/js-core": "^0.1.0",
"@grpc/surface": "^0.1.0"
},
"devDependencies": {
"gts": "^0.5.1",
"typescript": "~2.7.0"
}
}