{
"name": "grpc-web-app",
"version": "1.0.0",
"description": "A very simple web application for querying PostgRPC with gRPC-web",
"source": "index.html",
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
"proto": "node ./proto.js",
"watch": "parcel",
"build": "node ./proto.js && parcel build"
},
"keywords": [],
"license": "ISC",
"devDependencies": {
"@types/google-protobuf": "^3.15.6",
"grpc-tools": "^1.11.2",
"npm": "^7",
"parcel": "^2.6.0",
"protoc-gen-grpc-web": "^1.4.0"
},
"dependencies": {
"google-protobuf": "^3.21.0",
"grpc-web": "^1.3.1"
}
}