{ "name": "@heroku-cli/plugin-addons", "description": "`heroku addons:*` commands", "version": "1.2.31", "author": "Bo Jeanes @bjeanes", "bugs": { "url": "https://github.com/heroku/heroku-cli-addons/issues" }, "dependencies": { "co": "4.6.0", "co-wait": "0.0.0", "heroku-cli-util": "^8.0.9", "lodash": "^4.17.10", "printf": "0.3.0" }, "devDependencies": { "@oclif/dev-cli": "^1.13.30", "@oclif/plugin-legacy": "^1.0.15", "chai": "^4.1.2", "lolex": "^2.7.0", "mocha": "^5.2.0", "nock": "^9.0.13", "nyc": "^12.0.1", "standard": "^11.0.1", "unexpected": "^10.38.0" }, "files": [ ".oclif.manifest.json", "index.js", "lib", "commands" ], "homepage": "https://github.com/heroku/heroku-cli-addons", "keywords": [ "heroku-plugin" ], "license": "ISC", "main": "index.js", "repository": "https://github.com/heroku/heroku-cli-addons", "scripts": { "release": "np", "test": "nyc mocha && standard", "prepublishOnly": "oclif-dev manifest", "version": "oclif-dev readme && git add README.md", "postpublish": "rm .oclif.manifest.json" }, "cli-engine": { "bin": "heroku", "topics": { "addons": { "description": "tools and services for developing, extending, and operating your app" } } } }