{ "name": "@heroku-cli/plugin-ci", "description": "Heroku CLI plugin for Heroku CI", "version": "7.20.0", "author": "Raúl Barroso @raulb", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { "@heroku-cli/color": "^1.1.14", "@heroku-cli/command": "^8.2.6", "@oclif/command": "^1.5.5", "@oclif/config": "^1.9.0", "ansi-escapes": "3.1.0", "async-file": "^2.0.2", "cli-ux": "^4.9.3", "fs-extra": "^7.0.1", "github-url-to-object": "^4.0.4", "got": "^9.3.2", "inquirer": "^6.2.1", "socket.io-client": "^2.2.0", "tmp": "^0.0.33", "tslib": "^1.9.3", "validator": "^10.9.0" }, "devDependencies": { "@fancy-test/nock": "^0.1.1", "@heroku-cli/schema": "^1.0.23", "@oclif/dev-cli": "^1.19.5", "@oclif/plugin-help": "^2.1.4", "@oclif/test": "^1.2.2", "@oclif/tslint": "^3.1.1", "@types/chai": "^4.1.7", "@types/inquirer": "0.0.43", "@types/mocha": "^5", "@types/nock": "^9.3.0", "@types/node": "^10.12.12", "@types/socket.io-client": "^1.4.32", "@types/validator": "^9.4.2", "chai": "^4.2.0", "globby": "^8", "mocha": "^5", "nock": "^9.6.1", "nyc": "^13.1.0", "ts-node": "^7.0.1", "tslint": "^5.11.0", "typescript": "3.2.1" }, "engines": { "node": ">=8.0.0" }, "files": [ "/lib", "/npm-shrinkwrap.json", "/oclif.manifest.json", "/yarn.lock" ], "homepage": "https://github.com/heroku/cli", "keywords": [ "oclif-plugin" ], "license": "MIT", "oclif": { "commands": "./lib/commands", "bin": "heroku", "devPlugins": [ "@oclif/plugin-help" ], "repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/ci/<%- commandPath %>" }, "repository": "heroku/cli", "scripts": { "postpack": "rm -f oclif.manifest.json npm-shrinkwrap.json", "posttest": "tsc -p test --noEmit && tslint -p test -t stylish", "prepack": "rm -rf lib && tsc && oclif-dev manifest && oclif-dev readme && npm shrinkwrap", "prepare": "rm -rf lib && tsc", "test": "nyc mocha --forbid-only \"test/**/*.test.ts\"", "version": "oclif-dev readme && git add README.md" }, "gitHead": "fe3f4ebe553c32038e782f8a1c8fd1e824b895d2" }