@heroku-cli/command
Version:
base class for Heroku CLI commands
65 lines (64 loc) • 1.72 kB
JSON
{
"name": "@heroku-cli/command",
"description": "base class for Heroku CLI commands",
"version": "9.0.2",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/heroku/heroku-cli-command/issues",
"dependencies": {
"@heroku-cli/color": "^1.1.14",
"@oclif/core": "^1.26.2",
"cli-ux": "^6.0.9",
"debug": "^4.1.1",
"fs-extra": "^7.0.1",
"heroku-client": "^3.1.0",
"http-call": "^5.2.4",
"netrc-parser": "^3.1.6",
"open": "^6.2.0",
"uuid": "^8.3.0"
},
"devDependencies": {
"@heroku-cli/schema": "^1.0.25",
"@heroku-cli/tslint": "^1.1.4",
"@oclif/tslint": "^3.1.1",
"@types/ansi-styles": "^3.2.1",
"@types/chai": "^4.1.7",
"@types/fs-extra": "^5.0.5",
"@types/mocha": "^5.2.6",
"@types/nock": "^9.3.1",
"@types/node": "^18.11.9",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^9.0.5",
"@types/supports-color": "^5.3.0",
"@types/uuid": "^8.3.0",
"chai": "^4.2.0",
"fancy-test": "^1.4.3",
"mocha": "^6.1.4",
"nock": "^10.0.6",
"proxyquire": "^2.1.0",
"sinon": "^9.0.3",
"ts-node": "^8.1.0",
"tslint": "^6.1.3",
"typescript": "^4.8.4"
},
"engines": {
"node": ">=14.0.0"
},
"files": [
"lib"
],
"homepage": "https://github.com/heroku/heroku-cli-command",
"keywords": [
"heroku"
],
"license": "ISC",
"main": "lib/index.js",
"repository": "heroku/heroku-cli-command",
"scripts": {
"build": "rm -rf lib && tsc",
"lint": "tsc -p test --noEmit && tslint -p test -t stylish",
"posttest": "yarn run lint",
"prepublishOnly": "yarn run build",
"test": "mocha --forbid-only \"test/**/*.test.ts\""
},
"types": "./lib/index.d.ts"
}