cx-protofetch
Version:
A source dependency management tool for Protobuf.
29 lines (28 loc) • 613 B
JSON
{
"name": "cx-protofetch",
"version": "0.1.11",
"description": "A source dependency management tool for Protobuf.",
"repository": "https://github.com/coralogix/protofetch.git",
"homepage": "https://github.com/coralogix/protofetch",
"license": "Apache-2.0",
"type": "module",
"bin": {
"protofetch": "run.js"
},
"scripts": {
"postinstall": "node scripts.js install"
},
"dependencies": {
"simple-binary-install": "^0.2.1"
},
"keywords": [
"proto",
"cli",
"toml",
"protobuf",
"dependencies",
"dependency-manager",
"grpc"
],
"main": "index.js"
}