chirpstack/api/js/package.json
2022-11-28 10:23:54 +00:00

18 lines
414 B
JSON
Vendored

{
"name": "@chirpstack/chirpstack-api",
"version": "4.0.5",
"description": "Chirpstack JS and TS API",
"license": "MIT",
"devDependencies": {
"grpc-tools": "^1.11.2",
"ts-protoc-gen": "^0.15.0",
"typescript": "^4.3.5"
},
"dependencies": {
"@grpc/grpc-js": "^1.3.7",
"@mapbox/node-pre-gyp": "^1.0.5",
"@types/google-protobuf": "^3.15.5",
"google-protobuf": "^3.17.3"
}
}