mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-19 13:17:55 +00:00
18 lines
415 B
JSON
Vendored
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"
|
|
}
|
|
}
|