2022-04-06 20:18:32 +00:00
|
|
|
{
|
|
|
|
"name": "@chirpstack/chirpstack-api-grpc-web",
|
2024-11-04 15:20:07 +00:00
|
|
|
"version": "4.10.1",
|
2022-04-06 20:18:32 +00:00
|
|
|
"description": "Chirpstack gRPC-web API",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2023-08-08 11:17:58 +00:00
|
|
|
"grpc-tools": "^1.12.4",
|
2023-01-09 12:04:10 +00:00
|
|
|
"ts-protoc-gen": "^0.15.0",
|
2023-08-08 11:17:58 +00:00
|
|
|
"typescript": "^5.1.6"
|
2022-04-06 20:18:32 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-04-01 13:27:15 +00:00
|
|
|
"@types/google-protobuf": "^3.15.12",
|
2023-01-09 12:04:10 +00:00
|
|
|
"google-protobuf": "^3.21.2",
|
2024-04-01 13:27:15 +00:00
|
|
|
"grpc-web": "^1.5.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
}
|
|
|
|
}
|