UNPKG

1.64 kBJSONView Raw
1{
2 "name": "@heroku-cli/plugin-ci",
3 "description": "Heroku CLI plugin for Heroku CI",
4 "version": "1.9.6",
5 "author": "Andrew Appleton, Gudmundur Bjarni Olafsson, Max Beizer, Ransom Briggs",
6 "bugs": {
7 "url": "https://github.com/heroku/heroku-ci/issues"
8 },
9 "dependencies": {
10 "ansi-escapes": "1.4.0",
11 "bluebird": "^3.4.6",
12 "cli-engine-heroku": "^5.0.4",
13 "co": "^4.6.0",
14 "co-wait": "0.0.0",
15 "github-url-to-object": "^2.2.6",
16 "got": "^6.6.3",
17 "heroku-cli-util": "^8.0.0",
18 "heroku-pipelines": "^2.0.1",
19 "heroku-run": "^3.4.16",
20 "lodash.flatten": "^4.4.0",
21 "shell-escape": "^0.2.0",
22 "socket.io-client": "^1.5.1",
23 "temp": "^0.8.3"
24 },
25 "devDependencies": {
26 "@oclif/dev-cli": "^1.2.16",
27 "@oclif/plugin-legacy": "^1.0.2",
28 "chai": "^3.5.0",
29 "co-mocha": "^1.1.3",
30 "eslint-plugin-react": "^7.6.1",
31 "estraverse": "^4.2.0",
32 "mocha": "^3.1.2",
33 "nock": "^9.0.2",
34 "sinon": "^1.17.6",
35 "standard": "8.5.0",
36 "standard-tap": "^1.0.1",
37 "std-mocks": "^1.0.1"
38 },
39 "engines": {
40 "node": ">=8.3.0"
41 },
42 "files": [
43 ".oclif.manifest.json",
44 "index.js",
45 "commands",
46 "lib"
47 ],
48 "homepage": "https://github.com/heroku/heroku-ci#readme",
49 "keywords": [
50 "heroku-plugin"
51 ],
52 "license": "MIT",
53 "main": "index.js",
54 "repository": {
55 "type": "git",
56 "url": "git+https://github.com/heroku/heroku-ci.git"
57 },
58 "scripts": {
59 "format": "standard --format",
60 "test": "mocha -R tap && standard --verbose | standard-tap",
61 "prepublishOnly": "oclif-dev manifest",
62 "postpublish": "rm .oclif.manifest.json"
63 }
64}