mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-19 05:07:54 +00:00
18 lines
422 B
JSON
Vendored
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"
|
|
}
|
|
}
|