mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
35 lines
782 B
JSON
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"
|
|
}
|
|
}
|