UNPKG

2.19 kBJSONView Raw
1{
2 "name": "@heroku-cli/plugin-ci",
3 "description": "Heroku CLI plugin for Heroku CI",
4 "version": "7.16.3",
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.29",
10 "@oclif/command": "^1.5.2",
11 "@oclif/config": "^1.8.2",
12 "ansi-escapes": "3.1.0",
13 "async-file": "^2.0.2",
14 "cli-ux": "^4.8.2",
15 "fs-extra": "^7.0.0",
16 "github-url-to-object": "^4.0.4",
17 "got": "^9.2.2",
18 "inquirer": "^6.2.0",
19 "socket.io-client": "^2.1.1",
20 "tmp": "^0.0.33",
21 "tslib": "^1.9.3",
22 "validator": "^10.8.0"
23 },
24 "devDependencies": {
25 "@fancy-test/nock": "^0.1.1",
26 "@heroku-cli/schema": "^1.0.22",
27 "@oclif/dev-cli": "^1.19.0",
28 "@oclif/plugin-help": "^2.1.2",
29 "@oclif/test": "^1.2.1",
30 "@oclif/tslint": "^3.0.1",
31 "@types/chai": "^4.1.6",
32 "@types/inquirer": "0.0.43",
33 "@types/mocha": "^5",
34 "@types/nock": "^9.3.0",
35 "@types/node": "^10.11.4",
36 "@types/socket.io-client": "^1.4.32",
37 "@types/validator": "^9.4.2",
38 "chai": "^4.2.0",
39 "globby": "^8",
40 "mocha": "^5",
41 "nock": "^9.6.1",
42 "nyc": "^13.0.1",
43 "ts-node": "^7.0.1",
44 "tslint": "^5.11.0",
45 "typescript": "^3.1.1"
46 },
47 "engines": {
48 "node": ">=8.0.0"
49 },
50 "files": [
51 "/lib",
52 "/npm-shrinkwrap.json",
53 "/oclif.manifest.json",
54 "/yarn.lock"
55 ],
56 "homepage": "https://github.com/heroku/cli",
57 "keywords": [
58 "oclif-plugin"
59 ],
60 "license": "MIT",
61 "oclif": {
62 "commands": "./lib/commands",
63 "bin": "heroku",
64 "devPlugins": [
65 "@oclif/plugin-help"
66 ],
67 "repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/ci/<%- commandPath %>"
68 },
69 "repository": "heroku/cli",
70 "scripts": {
71 "postpack": "rm -f oclif.manifest.json npm-shrinkwrap.json",
72 "posttest": "tsc -p test --noEmit && tslint -p test -t stylish",
73 "prepack": "rm -rf lib && tsc && oclif-dev manifest && oclif-dev readme && npm shrinkwrap",
74 "prepare": "rm -rf lib && tsc",
75 "test": "nyc mocha --forbid-only \"test/**/*.test.ts\"",
76 "version": "oclif-dev readme && git add README.md"
77 }
78}