mirror of
https://github.com/moloch--/sliver-script
synced 2026-06-08 16:08:26 +00:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "sliver-script",
|
|
"version": "1.0.36",
|
|
"description": "TypeScript/JavaScript Sliver client library",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"scripts": {
|
|
"build": "rm -r ./lib && mkdir -p ./lib && ./protobuf.sh && cp -r ./src/pb ./lib/pb && tsc",
|
|
"docs": "typedoc --out ./docs/ ./src",
|
|
"test": "jest --config jestconfig.json"
|
|
},
|
|
"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",
|
|
"@types/long": "^4.0.1",
|
|
"grpc-tools": "^1.8.1",
|
|
"jest": "^25.5.4",
|
|
"marked": "^2.0.1",
|
|
"ts-jest": "^25.4.0",
|
|
"ts-protoc-gen": "^0.12.0",
|
|
"typedoc": "^0.19.2",
|
|
"typescript": "^3.8.3"
|
|
},
|
|
"dependencies": {
|
|
"@grpc/grpc-js": "^1.2.8",
|
|
"@improbable-eng/grpc-web": "^0.12.0",
|
|
"@types/google-protobuf": "^3.7.2",
|
|
"google-protobuf": "^3.11.4",
|
|
"protobufjs": "^6.10.1",
|
|
"rxjs": "^6.5.5"
|
|
}
|
|
}
|