Files
moloch---sliver-script/package.json
T
2020-05-03 13:06:39 -05:00

36 lines
852 B
JSON

{
"name": "sliver-script",
"version": "1.0.0",
"description": "TypeScript/JavaScript Sliver client library",
"main": "index.js",
"scripts": {
"build": "./protobuf.sh && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"prepublishOnly" : "npm test && npm run lint",
"files": [
"lib/**/*"
],
"keywords": [],
"author": "moloch",
"license": "GPLv3",
"repository": {
"type": "git",
"url": "https://github.com/moloch--/sliver-script"
},
"devDependencies": {
"@types/jest": "^25.2.1",
"grpc-tools": "^1.8.1",
"jest": "^25.5.4",
"ts-jest": "^25.4.0",
"ts-protoc-gen": "^0.12.0",
"typescript": "^3.8.3"
},
"dependencies": {
"@improbable-eng/grpc-web": "^0.12.0",
"@types/google-protobuf": "^3.7.2",
"google-protobuf": "^3.11.4",
"grpc": "^1.24.2"
}
}