herokutools
Version:
Heroku CLI wrapper - helpful commands you use often - made easier!
52 lines (51 loc) • 1.2 kB
JSON
{
"name": "herokutools",
"version": "0.3.5",
"description": "Heroku CLI wrapper - helpful commands you use often - made easier!",
"license": "MIT",
"main": "dist",
"bin": {
"hl": "./dist/hl.script.js",
"he": "./dist/he.script.js",
"hd": "./dist/hd.script.js",
"htr": "./dist/htr.script.js"
},
"scripts": {
"build": "npx tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Christopher Hicks",
"repository": {
"type": "git",
"url": "https://github.com/DevboiDesigns/herokutools"
},
"homepage": "https://github.com/DevboiDesigns#readme",
"dependencies": {
"commander": "^12.1.0",
"heroku": "^8.7.1",
"inquirer": "^12.2.0",
"ospath": "^1.2.2"
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/ospath": "^1.2.3",
"typescript": "^5.7.2"
},
"keywords": [
"cli",
"npm-tool",
"heroku",
"DevboiDesigns",
"herokutool",
"heroku-tool",
"herokutools",
"heroku-tools",
"heroku-cli",
"heroku-wrapper",
"heroku-commands",
"heroku-commands-wrapper",
"heroku-cli-wrapper",
"heroku-cli-commands",
"heroku-cli-commands-wrapper"
]
}