UNPKG

@heroku-cli/command

Version:
87 lines (86 loc) 2.38 kB
{ "name": "@heroku-cli/command", "description": "base class for Heroku CLI commands", "version": "11.5.0", "author": "Heroku", "bugs": "https://github.com/heroku/heroku-cli-command/issues", "dependencies": { "@heroku-cli/color": "^2.0.1", "@heroku/http-call": "^5.4.0", "@oclif/core": "^2.16.0", "cli-ux": "^6.0.9", "debug": "^4.4.0", "fs-extra": "^9.1.0", "heroku-client": "^3.1.0", "netrc-parser": "^3.1.6", "open": "^8.4.2", "uuid": "^8.3.0", "yargs-parser": "^18.1.3", "yargs-unparser": "^2.0.0" }, "devDependencies": { "@heroku-cli/schema": "^1.0.25", "@types/ansi-styles": "^3.2.1", "@types/chai": "^4.3.16", "@types/fs-extra": "^9.0.13", "@types/mocha": "^10.0.6", "@types/node": "20.14.8", "@types/proxyquire": "^1.3.31", "@types/sinon": "^17.0.3", "@types/supports-color": "^5.3.0", "@types/uuid": "^8.3.0", "@types/yargs-parser": "^21.0.3", "@types/yargs-unparser": "^2.0.3", "@typescript-eslint/eslint-plugin": "6.21.0", "@typescript-eslint/parser": "6.21.0", "chai": "^4.4.1", "eslint": "^7.32.0", "eslint-config-oclif": "^4.0.0", "eslint-config-oclif-typescript": "^1.0.3", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-mocha": "^10.4.3", "fancy-test": "^2.0.42", "mocha": "^10.7.3", "nock": "^14.0.1", "np": "^10.2.0", "proxyquire": "^2.1.3", "sinon": "^16.1.3", "stdout-stderr": "^0.1.13", "ts-node": "^10.9.1", "tslint": "^6.1.3", "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", "mocha": { "require": [ "test/helpers/init.js", "ts-node/register", "source-map-support/register" ], "watch-extensions": "ts", "recursive": true, "reporter": "spec", "timeout": 360000 }, "scripts": { "build": "rm -rf lib && tsc", "lint": "tsc -p test --noEmit && eslint . --ext .ts", "posttest": "yarn run lint", "prepublishOnly": "yarn run build", "test": "mocha --forbid-only \"test/**/*.test.ts\"" }, "types": "./lib/index.d.ts" }