@heroku-cli/plugin-status
Version:
CLI Plugin for Heroku Status
75 lines (74 loc) • 2.02 kB
JSON
{
"name": "@heroku-cli/plugin-status",
"description": "CLI Plugin for Heroku Status",
"version": "8.1.7",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
"commands": "./lib/commands",
"topics": {
"status": {
"description": "status of the Heroku platform"
}
},
"repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/status/<%- commandPath %>"
},
"dependencies": {
"@heroku-cli/color": "^1.1.14",
"@oclif/core": "^1.26.2",
"date-fns": "^1.29.0",
"http-call": "^5.2.3"
},
"devDependencies": {
"@fancy-test/nock": "^0.1.1",
"@heroku-cli/tslint": "1.1.4",
"@oclif/test": "^2.2.20",
"@types/ansi-styles": "^3.2.1",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.6",
"@types/nock": "^9.3.1",
"@types/supports-color": "^5.3.0",
"chai": "^4.2.0",
"globby": "^10.0.2",
"mocha": "^5.1.1",
"nock": "^10.0.6",
"nyc": "^15.1.0",
"oclif": "3.8.1",
"ts-node": "^10.9.1",
"typescript": "4.8.4"
},
"engines": {
"node": ">=14"
},
"files": [
"oclif.manifest.json",
"lib"
],
"homepage": "https://github.com/heroku/cli/tree/main/packages/status",
"keywords": [
"heroku-plugin"
],
"license": "ISC",
"oclif": {
"additionalHelpFlags": [
"-h"
],
"additionalVersionFlags": [
"-v"
],
"commands": "./lib/commands"
},
"repository": "heroku/cli",
"scripts": {
"build": "rm -rf lib && tsc",
"lint": "eslint . --ext .ts --config ../../.eslintrc --ignore-path ../../.eslintignore-lib",
"postpublish": "rm -f oclif.manifest.json",
"prepack": "yarn run build && oclif manifest",
"preversion": "yarn run postpublish",
"pretest": "tsc -p test --noEmit",
"test": "nyc mocha --forbid-only \"test/**/*.unit.test.ts\"",
"posttest": "yarn lint",
"version": "oclif readme && git add README.md"
},
"gitHead": "9f57985f8ca449be70ae60fc743641b8c49937dc"
}