@heroku-cli/plugin-pipelines
Version:
@heroku-cli/plugin-pipelines ============================
85 lines (84 loc) • 2.18 kB
JSON
{
"name": "@heroku-cli/plugin-pipelines",
"version": "7.42.0",
"author": "James Martinez @jmar910",
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
"@heroku-cli/color": "^1.1.14",
"@heroku-cli/command": "^8.3.0",
"@heroku-cli/schema": "^1.0.25",
"@oclif/command": "^1",
"@oclif/config": "^1",
"cli-ux": "^5.2.1",
"got": "^9.6.0",
"heroku-cli-util": "^8.0.11",
"http-call": "^5.2.4",
"inquirer": "^7.0.0",
"lodash.keyby": "^4.6.0",
"lodash.sortby": "^4.7.0",
"validator": "^10.11.0"
},
"devDependencies": {
"@oclif/dev-cli": "^1",
"@oclif/plugin-help": "^2",
"@oclif/test": "^1",
"@types/chai": "^4",
"@types/got": "^9.6.7",
"@types/lodash.keyby": "^4.6.6",
"@types/lodash.sortby": "^4.7.6",
"@types/mocha": "^5",
"@types/node": "^10",
"chai": "^4",
"debug": "^4.1.1",
"eslint": "^6.7.2",
"eslint-config-oclif": "^3.1.0",
"eslint-config-oclif-typescript": "^0.1.0",
"globby": "^8",
"mocha": "^5",
"nock": "^10.0.6",
"nyc": "^13",
"sinon": "^7.4.1",
"ts-node": "^8",
"tslib": "^1",
"typescript": "3.7.5"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"/lib",
"/oclif.manifest.json",
"/yarn.lock"
],
"homepage": "https://github.com/heroku/cli",
"keywords": [
"heroku-plugin"
],
"license": "MIT",
"oclif": {
"commands": "./lib/commands",
"bin": "heroku",
"devPlugins": [
"@oclif/plugin-help"
],
"topics": {
"pipelines": {
"description": "manage pipelines"
},
"reviewapps": {
"description": "manage reviewapps in pipelines"
}
}
},
"repository": "heroku/cli",
"scripts": {
"lint": "eslint . --ext .ts --config .eslintrc",
"postpack": "rm -f oclif.manifest.json",
"prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
"pretest": "tsc -p test --noEmit",
"test": "nyc --extension .ts mocha \"test/**/*.test.ts\"",
"posttest": "yarn lint",
"version": "oclif-dev readme && git add README.md"
},
"gitHead": "9138cf6a8424dfb26f13bb2b17e7a769d41c6c10"
}