mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-20 13:43:11 +00:00
17 lines
379 B
JSON
Vendored
17 lines
379 B
JSON
Vendored
{
|
|
"name": "@chirpstack/chirpstack-api-grpc-web",
|
|
"version": "4.4.3",
|
|
"description": "Chirpstack gRPC-web API",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"grpc-tools": "^1.12.3",
|
|
"ts-protoc-gen": "^0.15.0",
|
|
"typescript": "^4.9.4"
|
|
},
|
|
"dependencies": {
|
|
"@types/google-protobuf": "^3.15.6",
|
|
"google-protobuf": "^3.21.2",
|
|
"grpc-web": "^1.4.2"
|
|
}
|
|
}
|