Files
moloch---sliver-script/package.json
T
moloch-- 5e28dc01e2 v1.0.19
2020-11-01 15:02:43 -06:00

42 lines
1011 B
JSON

{
"name": "sliver-script",
"version": "1.0.19",
"description": "TypeScript/JavaScript Sliver client library",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "./protobuf.sh && cp -r ./src/pb ./lib/pb && tsc",
"test": "jest --config jestconfig.json"
},
"engines": {
"node": ">=14.0.0"
},
"prepublishOnly": "npm test && npm run build",
"files": [
"lib/**/*"
],
"keywords": [],
"author": "moloch",
"license": "GPL-3.0-or-later",
"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": {
"@grpc/grpc-js": "^1.0.3",
"@improbable-eng/grpc-web": "^0.12.0",
"@types/google-protobuf": "^3.7.2",
"google-protobuf": "^3.11.4",
"protobufjs": "^6.9.0",
"rxjs": "^6.5.5"
}
}