@heroku-cli/plugin-ps
Version:
ps core plugin for Heroku CLI
70 lines (69 loc) • 1.92 kB
JSON
{
"name": "@heroku-cli/plugin-ps",
"description": "ps core plugin for Heroku CLI",
"version": "8.1.7",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
"@heroku-cli/color": "^1.1.14",
"@heroku-cli/command": "^9.0.2",
"@oclif/core": "^1.26.2",
"lodash": "^4.17.11"
},
"devDependencies": {
"@fancy-test/nock": "^0.1.1",
"@heroku-cli/schema": "^1.0.25",
"@oclif/test": "^2.2.20",
"@types/chai": "^4.1.7",
"@types/lodash": "^4.14.123",
"@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.2.0",
"nock": "^10.0.6",
"nyc": "^15.1.0",
"oclif": "3.8.1",
"ts-node": "10.9.1",
"tslib": "^1.9.3",
"typescript": "4.8.4"
},
"engines": {
"node": ">=14"
},
"files": [
"oclif.manifest.json",
"/lib"
],
"homepage": "https://github.com/heroku/cli/tree/main/packages/ps",
"keywords": [
"oclif-plugin"
],
"license": "MIT",
"oclif": {
"additionalHelpFlags": [
"-h"
],
"additionalVersionFlags": [
"-v"
],
"commands": "./lib/commands",
"bin": "heroku",
"repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/ps/<%- commandPath %>"
},
"repository": "heroku/cli",
"scripts": {
"build": "rm -rf lib && tsc",
"clean": "rm -f oclif.manifest.json",
"pretest": "tsc -p test --noEmit",
"lint": "eslint . --ext .ts --config ../../.eslintrc --ignore-path ../../.eslintignore-lib",
"posttest": "yarn lint",
"postpublish": "yarn run clean",
"prepack": "yarn run build && oclif manifest",
"preversion": "yarn run clean",
"test": "nyc mocha --forbid-only \"test/**/*.unit.test.ts\"",
"version": "oclif readme && git add README.md"
},
"gitHead": "9f57985f8ca449be70ae60fc743641b8c49937dc"
}