UNPKG

2.25 kBJSONView Raw
1{
2 "name": "@heroku-cli/plugin-ci",
3 "description": "Heroku CLI plugin for Heroku CI",
4 "version": "7.19.1",
5 "author": "Raúl Barroso @raulb",
6 "bugs": "https://github.com/heroku/cli/issues",
7 "dependencies": {
8 "@heroku-cli/color": "^1.1.14",
9 "@heroku-cli/command": "^8.2.5",
10 "@oclif/command": "^1.5.5",
11 "@oclif/config": "^1.9.0",
12 "ansi-escapes": "3.1.0",
13 "async-file": "^2.0.2",
14 "cli-ux": "^4.9.3",
15 "fs-extra": "^7.0.1",
16 "github-url-to-object": "^4.0.4",
17 "got": "^9.3.2",
18 "inquirer": "^6.2.1",
19 "socket.io-client": "^2.2.0",
20 "tmp": "^0.0.33",
21 "tslib": "^1.9.3",
22 "validator": "^10.9.0"
23 },
24 "devDependencies": {
25 "@fancy-test/nock": "^0.1.1",
26 "@heroku-cli/schema": "^1.0.23",
27 "@oclif/dev-cli": "^1.19.5",
28 "@oclif/plugin-help": "^2.1.4",
29 "@oclif/test": "^1.2.2",
30 "@oclif/tslint": "^3.1.1",
31 "@types/chai": "^4.1.7",
32 "@types/inquirer": "0.0.43",
33 "@types/mocha": "^5",
34 "@types/nock": "^9.3.0",
35 "@types/node": "^10.12.12",
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.1.0",
43 "ts-node": "^7.0.1",
44 "tslint": "^5.11.0",
45 "typescript": "3.2.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 "gitHead": "a4f3d40c44f676cee111aef2e47f475b6bb2a435"
79}