@heroku-cli/command
Version:
base class for Heroku CLI commands
73 lines (72 loc) • 1.97 kB
JSON
{
"name": "@heroku-cli/command",
"description": "base class for Heroku CLI commands",
"version": "12.3.1",
"author": "Heroku",
"bugs": "https://github.com/heroku/heroku-cli-command/issues",
"dependencies": {
"@heroku/http-call": "^5.4.0",
"@oclif/core": "^4.3.0",
"ansis": "^4",
"debug": "^4.4.0",
"inquirer": "^12.11.1",
"netrc-parser": "^3.1.6",
"open": "^11.0.0",
"yargs-parser": "^20.2.9",
"yargs-unparser": "^2.0.0"
},
"devDependencies": {
"@heroku-cli/schema": "^1.0.25",
"@heroku-cli/test-utils": "^0.2.0",
"@types/chai": "^5.2.2",
"@types/debug": "^4.1.12",
"@types/mocha": "^10.0.6",
"@types/node": "22.15.21",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^21.0.0",
"@types/supports-color": "^5.3.0",
"@types/yargs-parser": "^21.0.3",
"@types/yargs-unparser": "^2.0.3",
"@typescript-eslint/parser": "^8",
"c8": "^10.1.3",
"chai": "^6.2.2",
"eslint": "^9",
"eslint-config-oclif": "^6.0.152",
"fancy-test": "^3.0.16",
"mocha": "^11",
"nock": "^14.0.1",
"proxyquire": "^2.1.3",
"sinon": "^21.0.1",
"stdout-stderr": "^0.1.13",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
},
"engines": {
"node": ">= 20"
},
"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": "eslint .",
"lint:fix": "eslint --fix",
"prepublishOnly": "npm run build",
"prepare": "npm run build",
"test": "c8 --all --check-coverage --reporter=lcov --reporter=text-summary mocha --forbid-only \"test/**/*.test.ts\"",
"test:file": "c8 mocha",
"example": "sh examples/run.sh"
},
"type": "module",
"types": "./lib/index.d.ts",
"overrides": {
"serialize-javascript": "^7.0.3"
}
}