2022-04-06 20:18:32 +00:00
|
|
|
{
|
|
|
|
"name": "@chirpstack/chirpstack-api-grpc-web",
|
2023-10-05 09:20:32 +00:00
|
|
|
"version": "4.5.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": {
|
2023-01-09 12:04:10 +00:00
|
|
|
"@types/google-protobuf": "^3.15.6",
|
|
|
|
"google-protobuf": "^3.21.2",
|
|
|
|
"grpc-web": "^1.4.2"
|
2022-04-06 20:18:32 +00:00
|
|
|
}
|
|
|
|
}
|