UNPKG

1.98 kBJSONView Raw
1{
2 "name": "@heroku-cli/plugin-ci",
3 "description": "Heroku CLI plugin for Heroku CI",
4 "version": "7.9.2",
5 "author": "Raúl Barroso @raulb",
6 "bugs": "https://github.com/heroku/cli/issues",
7 "dependencies": {
8 "@heroku-cli/color": "^1.1.10",
9 "@heroku-cli/command": "^8.1.26",
10 "@heroku-cli/schema": "^1.0.15",
11 "@oclif/command": "^1.5.0",
12 "@oclif/config": "^1.7.0",
13 "@types/inquirer": "0.0.43",
14 "@types/sinon": "^5.0.1",
15 "@types/validator": "^9.4.1",
16 "async-file": "^2.0.2",
17 "cli-ux": "^4.8.0",
18 "got": "^8.3.2",
19 "inquirer": "^6.1.0",
20 "tslib": "^1",
21 "validator": "^10.6.0"
22 },
23 "devDependencies": {
24 "@fancy-test/nock": "^0.1.1",
25 "@oclif/dev-cli": "^1.17.0",
26 "@oclif/plugin-help": "^2.1.0",
27 "@oclif/test": "^1.2.0",
28 "@oclif/tslint": "^2.0.0",
29 "@types/chai": "^4",
30 "@types/mocha": "^5",
31 "@types/nock": "^9.3.0",
32 "@types/node": "^10.7.1",
33 "chai": "^4",
34 "globby": "^8",
35 "mocha": "^5",
36 "nock": "^9.2.5",
37 "nyc": "^12",
38 "ts-node": "^7.0.1",
39 "tslint": "^5.11.0",
40 "typescript": "^3.0.1"
41 },
42 "engines": {
43 "node": ">=8.0.0"
44 },
45 "files": [
46 "/lib",
47 "/npm-shrinkwrap.json",
48 "/oclif.manifest.json",
49 "/yarn.lock"
50 ],
51 "homepage": "https://github.com/heroku/cli",
52 "keywords": [
53 "oclif-plugin"
54 ],
55 "license": "MIT",
56 "oclif": {
57 "commands": "./lib/commands",
58 "bin": "heroku",
59 "devPlugins": [
60 "@oclif/plugin-help"
61 ]
62 },
63 "repository": "heroku/cli",
64 "scripts": {
65 "postpack": "rm -f oclif.manifest.json npm-shrinkwrap.json",
66 "posttest": "tsc -p test --noEmit && tslint -p test -t stylish",
67 "prepack": "rm -rf lib && tsc && oclif-dev manifest && oclif-dev readme && npm shrinkwrap",
68 "prepare": "rm -rf lib && tsc",
69 "test": "nyc mocha --forbid-only \"test/**/*.test.ts\"",
70 "version": "oclif-dev readme && git add README.md"
71 },
72 "gitHead": "1f97dc5c019427ab8a16098adfd75b93332f91ee"
73}