mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-22 06:27:49 +00:00
18 lines
414 B
JSON
Vendored
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"
|
|
}
|
|
}
|