mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-01-11 15:33:05 +00:00
18 lines
414 B
JSON
18 lines
414 B
JSON
|
{
|
||
|
"name": "@chirpstack/chirpstack-api",
|
||
|
"version": "4.0.0",
|
||
|
"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"
|
||
|
}
|
||
|
}
|