UNPKG

@heroku-cli/plugin-pipelines

Version:

@heroku-cli/plugin-pipelines ============================

81 lines (80 loc) 2.08 kB
{ "name": "@heroku-cli/plugin-pipelines", "version": "8.1.7", "author": "James Martinez @jmar910", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { "@heroku-cli/color": "^1.1.14", "@heroku-cli/command": "^9.0.2", "@heroku-cli/schema": "^1.0.25", "@oclif/core": "^1.26.2", "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", "node-fetch": "^2.6.7", "validator": "^13.7.0" }, "devDependencies": { "@oclif/test": "2.2.20", "@types/chai": "4.1.7", "@types/got": "^9.6.7", "@types/lodash.keyby": "^4.6.6", "@types/lodash.sortby": "^4.7.6", "@types/mocha": "5.2.6", "@types/nock": "^9.3.1", "chai": "4.2.0", "debug": "^4.1.1", "globby": "10.0.2", "mocha": "5.2.0", "nock": "^10.0.6", "nyc": "^15.1.0", "oclif": "3.8.1", "sinon": "^7.4.1", "ts-node": "10.9.1", "typescript": "4.8.4" }, "engines": { "node": ">=14" }, "files": [ "/lib", "/oclif.manifest.json", "/yarn.lock" ], "homepage": "https://github.com/heroku/cli", "keywords": [ "heroku-plugin" ], "license": "MIT", "oclif": { "additionalHelpFlags": [ "-h" ], "additionalVersionFlags": [ "-v" ], "bin": "heroku", "commands": "./lib/commands", "topics": { "pipelines": { "description": "manage pipelines" }, "reviewapps": { "description": "manage reviewapps in pipelines" } } }, "repository": "heroku/cli", "scripts": { "lint": "eslint . --ext .ts --config ../../.eslintrc --ignore-path ../../.eslintignore-lib", "postpack": "rm -f oclif.manifest.json", "prepack": "rm -rf lib && tsc -b && oclif manifest", "pretest": "tsc -p test --noEmit", "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.unit.test.ts\"", "posttest": "yarn lint", "version": "oclif readme && git add README.md" }, "gitHead": "9f57985f8ca449be70ae60fc743641b8c49937dc" }