UNPKG

@heroku-cli/plugin-addons-v5

Version:
70 lines (69 loc) 1.86 kB
{ "name": "@heroku-cli/plugin-addons-v5", "description": "`heroku addons:*` commands", "version": "8.11.2", "author": "Bo Jeanes @bjeanes", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { "bin": "heroku", "topics": { "addons": { "description": "tools and services for developing, extending, and operating your app" } }, "repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/addons-v5/<%- commandPath %>" }, "dependencies": { "@heroku-cli/notifications": "^1.2.4", "heroku-cli-util": "^8.0.11", "lodash": "^4.17.21", "printf": "0.6.1" }, "devDependencies": { "@oclif/core": "^1.26.2", "@oclif/plugin-legacy": "^1.3.0", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "heroku-client": "^3.0.7", "lolex": "^3.1.0", "mocha": "^9.2.2", "nock": "9.0.13", "nyc": "^15.1.0", "oclif": "3.11.3", "proxyquire": "^2.1.0", "sinon": "^6.3.5", "theredoc": "^1.0.0" }, "files": [ "oclif.manifest.json", "index.js", "lib", "commands" ], "homepage": "https://github.com/heroku/cli/tree/main/packages/addons-v5", "keywords": [ "heroku-plugin" ], "license": "ISC", "main": "index.js", "mocha": { "reporter": "list", "recursive": true, "check-leaks": true, "require": [ "./test/init.js" ], "timeout": 360000 }, "repository": "heroku/cli", "scripts": { "lint": "eslint . --ext .js --config ../../.eslintrc --ignore-path ../../.eslintignore", "postpublish": "rm oclif.manifest.json", "posttest": "yarn lint", "prepack": "oclif manifest", "release": "np", "test": "mocha --forbid-only \"test/**/*.unit.test.js\" && yarn lint", "version": "oclif readme && git add README.md" }, "gitHead": "6a1a73061e46a733f04414e0e6028824aa30318f" }