chirpstack/api/js/package.json
2023-10-26 15:38:37 +01:00

18 lines
422 B
JSON
Vendored

{
"name": "@chirpstack/chirpstack-api",
"version": "4.6.0-test.1",
"description": "Chirpstack JS and TS API",
"license": "MIT",
"devDependencies": {
"grpc-tools": "^1.12.4",
"ts-protoc-gen": "^0.15.0",
"typescript": "^5.1.6"
},
"dependencies": {
"@grpc/grpc-js": "^1.9.0",
"@mapbox/node-pre-gyp": "^1.0.11",
"@types/google-protobuf": "^3.15.6",
"google-protobuf": "^3.21.2"
}
}