UNPKG

@yyle88/grpt

Version:

convert a TypeScript gRPC client into an HTTP client using Axios

41 lines (40 loc) 891 B
{ "name": "@yyle88/grpt", "version": "0.0.11", "description": "convert a TypeScript gRPC client into an HTTP client using Axios", "main": "index.js", "scripts": { "demo": "echo 'vue3-kratos' && exit 0", "test": "echo 'vue3-kratos' && exit 0" }, "bin": { "grpcrewrite": "./bin/grpcrewrite.js" }, "type": "module", "homepage": "https://github.com/yyle88/grpt", "keywords": [ "protobuf-ts/plugin", "Protocol Buffers", "protobuf", "TypeScript", "protoc", "bigint", "gRPC-web", "gRPC", "Twirp", "Reflection" ], "author": "yyle88", "license": "MIT", "dependencies": { "@protobuf-ts/runtime-rpc": "^2.11.1", "@types/node": "^24.2.1", "axios": "^1.11.0", "element-plus": "^2.10.6", "url-join": "^5.0.0" }, "devDependencies": { "@types/url-join": "^5.0.0", "typescript": "^5.9.2" } }