chirpstack/api/js/package.json

18 lines
422 B
JSON
Raw Normal View History

2022-04-06 20:18:32 +00:00
{
"name": "@chirpstack/chirpstack-api",
2023-11-28 13:01:40 +00:00
"version": "4.6.0-test.4",
2022-04-06 20:18:32 +00:00
"description": "Chirpstack JS and TS API",
"license": "MIT",
"devDependencies": {
2023-08-08 11:22:45 +00:00
"grpc-tools": "^1.12.4",
2022-04-06 20:18:32 +00:00
"ts-protoc-gen": "^0.15.0",
2023-08-08 11:22:45 +00:00
"typescript": "^5.1.6"
2022-04-06 20:18:32 +00:00
},
"dependencies": {
2023-08-08 11:22:45 +00:00
"@grpc/grpc-js": "^1.9.0",
"@mapbox/node-pre-gyp": "^1.0.11",
"@types/google-protobuf": "^3.15.6",
"google-protobuf": "^3.21.2"
2022-04-06 20:18:32 +00:00
}
}