{ "name": "@heroku-cli/plugin-apps-v5", "description": "Heroku CLI plugin to manage apps.", "version": "7.20.0", "author": "Jeff Dickey (@jdxcode)", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { "bin": "heroku", "topics": { "stack": { "description": "manage heroku stacks", "hidden": true } }, "repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/apps-v5/<%- commandPath %>" }, "dependencies": { "@heroku-cli/command": "^8.2.6", "co": "^4.6.0", "filesize": "^3.5.11", "fs-extra": "^7.0.1", "heroku-cli-util": "^8.0.11", "inquirer": "^6.2.1", "js-yaml": "^3.9.1", "lodash": "^4.17.11", "shell-escape": "^0.2.0", "sparkline": "^0.2.0", "strftime": "^0.10.0", "term-img": "^2.1.0", "urijs": "1.19.1" }, "devDependencies": { "@oclif/dev-cli": "^1.19.5", "@oclif/plugin-legacy": "^1.1.3", "chai": "^4.2.0", "lolex": "^3.0.0", "mocha": "^5.2.0", "mockdate": "^2.0.2", "netrc-parser": "^3.1.6", "nock": "9.3.3", "proxyquire": "^2.1.0", "set-tz": "^0.1.0", "std-mocks": "1.0.1", "testdouble": "^3.9.1", "time-require": "0.1.2", "unexpected": "^10.39.2" }, "files": [ "/oclif.manifest.json", "assets", "src" ], "homepage": "https://github.com/heroku/cli/tree/master/packages/apps-v5", "keywords": [ "heroku-plugin" ], "license": "ISC", "main": "src/index.js", "publishConfig": { "access": "public" }, "repository": "heroku/cli", "scripts": { "postpublish": "rm oclif.manifest.json", "prepack": "oclif-dev manifest && oclif-dev readme", "test": "mocha", "version": "oclif-dev readme && git add README.md" }, "gitHead": "fe3f4ebe553c32038e782f8a1c8fd1e824b895d2" }