@pqstudio/protobuf_ts_plugin
Version:
The protocol buffer compiler plugin "protobuf-ts" generates TypeScript, gRPC-web, Twirp, and more.
54 lines (53 loc) • 1.48 kB
JSON
{
"name": "@pqstudio/protobuf_ts_plugin",
"version": "2.0.23",
"description": "The protocol buffer compiler plugin \"protobuf-ts\" generates TypeScript, gRPC-web, Twirp, and more.",
"bin": {
"protoc-gen-ts": "bin/protoc-gen-ts",
"protoc-gen-client": "bin/protoc-gen-client",
"protoc-gen-dump": "bin/protoc-gen-dump"
},
"license": "Apache-2.0",
"author": "Timo Stamm <ts@timostamm.com>",
"homepage": "https://github.com/pq-studio/protobuf-ts",
"keywords": [
"Protocol Buffers",
"protobuf",
"TypeScript",
"protoc",
"bigint",
"Angular",
"gRPC-web",
"gRPC",
"Twirp",
"Reflection"
],
"config": {
"protocVersion": "3.17.0"
},
"repository": {
"type": "git",
"url": "https://github.com/pq-studio/protobuf-ts.git",
"directory": "packages/plugin"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/jasmine": "^3.5.10",
"@types/node": "^14.0.13",
"jasmine": "^3.5.0",
"jasmine-spec-reporter": "^5.0.2",
"ts-node": "^8.10.2",
"tsconfig-paths": "^3.9.0",
"tslib": ">=1.6.1"
},
"dependencies": {
"@pqstudio/protobuf_ts_framework": "^2.0.4",
"@protobuf-ts/protoc": "^2.0.0-alpha.11",
"@protobuf-ts/runtime": "^2.0.0-alpha.11",
"@protobuf-ts/runtime-rpc": "^2.0.0-alpha.11",
"typescript": ">=3.8.3 <4"
},
"gitHead": "2742e3995c14cab17e74be919b59b878c8383ad9"
}