mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-01-02 19:36:46 +00:00
17 lines
387 B
JSON
Vendored
17 lines
387 B
JSON
Vendored
{
|
|
"name": "@chirpstack/chirpstack-api-grpc-web",
|
|
"version": "4.8.0-test.5",
|
|
"description": "Chirpstack gRPC-web API",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"grpc-tools": "^1.12.4",
|
|
"ts-protoc-gen": "^0.15.0",
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"dependencies": {
|
|
"@types/google-protobuf": "^3.15.12",
|
|
"google-protobuf": "^3.21.2",
|
|
"grpc-web": "^1.5.0"
|
|
}
|
|
}
|