@injectivelabs/grpc-web
Version:
gRPC-Web client for browsers (JS/TS)
49 lines (48 loc) • 1.09 kB
JSON
{
"name": "@injectivelabs/grpc-web",
"version": "0.0.6",
"description": "gRPC-Web client for browsers (JS/TS)",
"main": "dist/grpc-web-client.js",
"browser": "dist/grpc-web-client.umd.js",
"module": "dist/grpc-web-client.esm.js",
"types": "dist/typings/index.d.ts",
"scripts": {
"clean": "rm -rf dist",
"postbootstrap": "npm run lib:build",
"lib:build": "npm run clean && webpack"
},
"publishConfig": {
"access": "public"
},
"author": "Improbable",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "github.com/improbable-eng/grpc-web"
},
"keywords": [
"grpc",
"grpc-web",
"protobuf",
"typescript",
"ts"
],
"files": [
"dist"
],
"peerDependencies": {
"google-protobuf": "^3.14.0"
},
"dependencies": {
"browser-headers": "^0.4.1"
},
"devDependencies": {
"@types/google-protobuf": "^3.15.12",
"@types/node": "^22.10.7",
"google-protobuf": "^3.21.4",
"ts-loader": "^9.5.2",
"typescript": "5.7.3",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
}
}