UNPKG

cx-protofetch

Version:

A source dependency management tool for Protobuf.

38 lines (37 loc) 757 B
{ "name": "cx-protofetch", "version": "0.1.15", "description": "A source dependency management tool for Protobuf.", "repository": { "type": "git", "url": "git+https://github.com/coralogix/protofetch.git" }, "homepage": "https://github.com/coralogix/protofetch", "license": "Apache-2.0", "type": "module", "bin": { "protofetch": "run.js" }, "publishConfig": { "access": "public" }, "scripts": { "postinstall": "node deprecation-notice.js && node scripts.js install" }, "engines": { "node": ">=20.0.0" }, "dependencies": { "tar": "^7.4.3" }, "keywords": [ "proto", "cli", "toml", "protobuf", "dependencies", "dependency-manager", "grpc" ], "main": "index.js" }