mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 17:20:10 +08:00
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com> Co-authored-by: Henry Mercer <henrymercer@github.com>
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "@protobuf-ts/plugin",
|
|
"version": "2.9.4",
|
|
"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-dump": "./bin/protoc-gen-dump"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"author": "Timo Stamm <ts@timostamm.com>",
|
|
"homepage": "https://github.com/timostamm/protobuf-ts",
|
|
"keywords": [
|
|
"Protocol Buffers",
|
|
"protobuf",
|
|
"TypeScript",
|
|
"protoc",
|
|
"bigint",
|
|
"gRPC-web",
|
|
"gRPC",
|
|
"Twirp",
|
|
"Reflection"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/timostamm/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": {
|
|
"@protobuf-ts/plugin-framework": "^2.9.4",
|
|
"@protobuf-ts/protoc": "^2.9.4",
|
|
"@protobuf-ts/runtime": "^2.9.4",
|
|
"@protobuf-ts/runtime-rpc": "^2.9.4",
|
|
"typescript": "^3.9"
|
|
},
|
|
"gitHead": "1798e0d43c31eafb4b5877ef72f05abb87456823"
|
|
}
|