mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 15:04:45 +00:00
32 lines
784 B
JSON
32 lines
784 B
JSON
{
|
|
"name": "protobufjs-cli",
|
|
"description": "Translates between file formats and generates static code as well as TypeScript definitions.",
|
|
"version": "6.7.0",
|
|
"author": "Daniel Wirtz <dcode+protobufjs@dcode.io>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/dcodeIO/protobuf.js.git"
|
|
},
|
|
"license": "BSD-3-Clause",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"bin": {
|
|
"pbjs": "bin/pbjs",
|
|
"pbts": "bin/pbts"
|
|
},
|
|
"peerDependencies": {
|
|
"protobufjs": "~6.7.0"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^1.1.3",
|
|
"escodegen": "^1.8.1",
|
|
"espree": "^3.1.3",
|
|
"estraverse": "^4.2.0",
|
|
"glob": "^7.1.1",
|
|
"jsdoc": "^3.4.2",
|
|
"minimist": "^1.2.0",
|
|
"semver": "^5.3.0",
|
|
"tmp": "0.0.31",
|
|
"uglify-js": "^2.8.15"
|
|
}
|
|
} |