Files
copilot-toolbox-template-121/node_modules/@protobuf-ts/protoc/package.json
2026-01-16 02:20:32 +00:00

29 lines
650 B
JSON

{
"name": "@protobuf-ts/protoc",
"version": "2.11.1",
"description": "Installs the protocol buffer compiler \"protoc\" for you.",
"scripts": {
"build": "node protoc.js --version"
},
"license": "Apache-2.0",
"author": "Timo Stamm <ts@timostamm.com>",
"homepage": "https://github.com/timostamm/protobuf-ts",
"keywords": [
"Protocol Buffers",
"protobuf",
"protoc",
"installation"
],
"repository": {
"type": "git",
"url": "https://github.com/timostamm/protobuf-ts.git",
"directory": "packages/protoc"
},
"bin": {
"protoc": "./protoc.js"
},
"publishConfig": {
"access": "public"
}
}