@heroku-cli/plugin-ps
Version:
ps core plugin for Heroku CLI
71 lines (70 loc) • 2 kB
JSON
{
"name": "@heroku-cli/plugin-ps",
"description": "ps core plugin for Heroku CLI",
"version": "7.19.1",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
"@heroku-cli/color": "^1.1.14",
"@heroku-cli/command": "^8.2.5",
"@oclif/command": "^1.5.5",
"@oclif/config": "^1.9.0",
"cli-ux": "^4.9.3",
"lodash": "^4.17.11"
},
"devDependencies": {
"@fancy-test/nock": "^0.1.1",
"@heroku-cli/schema": "^1.0.23",
"@oclif/dev-cli": "^1.19.5",
"@oclif/plugin-help": "^2.1.4",
"@oclif/test": "^1.2.2",
"@oclif/tslint": "^3.1.1",
"@types/chai": "^4.1.7",
"@types/lodash": "^4.14.118",
"@types/mocha": "^5.2.5",
"@types/nock": "^9.3.0",
"@types/node": "^10.12.12",
"@types/supports-color": "^5.3.0",
"chai": "^4.2.0",
"globby": "^8.0.1",
"mocha": "^5.2.0",
"nock": "^9.3.3",
"ts-node": "7.0.1",
"tslib": "^1.9.3",
"tslint": "^5.11.0",
"typescript": "3.2.1"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"oclif.manifest.json",
"/lib"
],
"homepage": "https://github.com/heroku/cli/tree/master/packages/ps",
"keywords": [
"oclif-plugin"
],
"license": "MIT",
"oclif": {
"commands": "./lib/commands",
"bin": "heroku",
"devPlugins": [
"@oclif/plugin-help"
],
"repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/ps/<%- commandPath %>"
},
"repository": "heroku/cli",
"scripts": {
"build": "rm -rf lib && tsc",
"clean": "rm -f oclif.manifest.json",
"lint": "tsc -p test --noEmit && tslint -p test -t stylish",
"postpublish": "yarn run clean",
"posttest": "yarn run lint",
"prepack": "yarn run build && oclif-dev manifest && oclif-dev readme",
"preversion": "yarn run clean",
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
"version": "oclif-dev readme && git add README.md"
},
"gitHead": "a4f3d40c44f676cee111aef2e47f475b6bb2a435"
}