@aaronshaf/ger
Version:
Gerrit CLI
34 lines (33 loc) • 743 B
JSON
{
"name": "@aaronshaf/ger",
"version": "1.2.11",
"description": "Gerrit CLI",
"main": "src/ger.ts",
"bin": {
"ger": "./bin/ger"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aaronshaf/ger.git"
},
"keywords": [
"gerrit"
],
"author": "Aaron Shafovaloff <aaronshaf@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/aaronshaf/ger/issues"
},
"homepage": "https://github.com/aaronshaf/ger#readme",
"devDependencies": {
"@commander-js/extra-typings": "^10.0.3",
"@types/node": "^18.16.1",
"cli-table3": "^0.6.3",
"eslint": "^8.39.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"dependencies": {
"commander": "^10.0.1"
}
}