protobuf.js/cli/package.json
github-actions[bot] e8745f73aa
chore: release master (#1771)
* chore: release master

* chore: regenerate lockfile for cli

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Alexander Fenster <fenster@google.com>
2022-07-08 10:40:17 -07:00

39 lines
887 B
JSON

{
"name": "protobufjs-cli",
"description": "Translates between file formats and generates static code as well as TypeScript definitions.",
"version": "1.0.0",
"author": "Daniel Wirtz <dcode+protobufjs@dcode.io>",
"repository": {
"type": "git",
"url": "https://github.com/protobufjs/protobuf.js.git"
},
"engines": {
"node": ">=12.0.0"
},
"license": "BSD-3-Clause",
"main": "index.js",
"types": "index.d.ts",
"bin": {
"pbjs": "bin/pbjs",
"pbts": "bin/pbts"
},
"peerDependencies": {
"protobufjs": "^7.0.0"
},
"dependencies": {
"chalk": "^4.0.0",
"escodegen": "^1.13.0",
"espree": "^7.1.0",
"estraverse": "^5.1.0",
"glob": "^7.2.1",
"jsdoc": "^3.6.3",
"minimist": "^1.2.0",
"semver": "^7.1.2",
"tmp": "^0.2.1",
"uglify-js": "^3.7.7"
},
"devDependencies": {
"protobufjs": "file:.."
}
}