chirpstack/api/js/package.json
2022-12-16 09:44:47 +00:00

18 lines
415 B
JSON
Vendored

{
"name": "@chirpstack/chirpstack-api",
"version": "4.1.2",
"description": "Chirpstack JS and TS API",
"license": "MIT",
"devDependencies": {
"grpc-tools": "^1.12.3",
"ts-protoc-gen": "^0.15.0",
"typescript": "^4.9.4"
},
"dependencies": {
"@grpc/grpc-js": "^1.8.0",
"@mapbox/node-pre-gyp": "^1.0.10",
"@types/google-protobuf": "^3.15.6",
"google-protobuf": "^3.21.2"
}
}