mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-01-31 07:55:23 +00:00
d170c7dd79
All these files can be generated using the `make api` command and there is no real need to commit these into the repo. Only the api/go files need to be comitted of how the Go import system works. This also updates the Rust, Go, JS and gRPC-web (JS) code generation and UI build to use the nix-shell environment instead of using Docker.
17 lines
380 B
JSON
Vendored
17 lines
380 B
JSON
Vendored
{
|
|
"name": "@chirpstack/chirpstack-api-grpc-web",
|
|
"version": "4.7.0",
|
|
"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"
|
|
}
|
|
}
|