UNPKG

@heroku-cli/command

Version:
74 lines 2.2 kB
{ "name": "@heroku-cli/command", "description": "base class for Heroku CLI commands", "version": "12.2.0", "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": "^8.2.6", "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", "@types/chai": "^5.2.2", "@types/debug": "^4.1.12", "@types/inquirer": "^8.2.11", "@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/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", "chai": "^6.2.2", "conventional-changelog": "^7.1.1", "conventional-changelog-conventionalcommits": "^9.1.0", "eslint": "^8.57.0", "eslint-config-oclif": "^5.2.2", "eslint-config-oclif-typescript": "^3.1.14", "eslint-plugin-import": "^2.31.0", "fancy-test": "^3.0.16", "mocha": "^10.8.2", "nock": "^14.0.1", "nyc": "^17.1.0", "proxyquire": "^2.1.3", "sinon": "^21.0.1", "stdout-stderr": "^0.1.13", "ts-node": "^10.9.2", "typescript": "^5.7.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", "type": "module", "types": "./lib/index.d.ts", "scripts": { "build": "rm -rf lib && tsc", "lint": "tsc -p test --noEmit && eslint . --ext .ts", "posttest": "npm run lint", "test": "nyc mocha --forbid-only \"test/**/*.test.ts\"", "test:file": "nyc mocha", "test:local": "nyc mocha \"test/**/*.test.ts\"", "changelog": "conventional-changelog -p conventionalcommits -i CHANGELOG.md -s -r 0", "example": "sh examples/run.sh" } }