UNPKG

1.74 kBJSONView Raw
1{
2 "name": "@heroku-cli/plugin-ci",
3 "description": "Heroku CLI plugin for Heroku CI",
4 "version": "1.9.11",
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 "@heroku-cli/command": "^8.0.5",
11 "@heroku-cli/plugin-pipelines": "^2.5.8",
12 "@heroku-cli/plugin-run": "^3.6.1",
13 "ansi-escapes": "3.1.0",
14 "bluebird": "^3.5.1",
15 "co": "^4.6.0",
16 "co-wait": "0.0.0",
17 "github-url-to-object": "^4.0.4",
18 "got": "^8.3.0",
19 "heroku-cli-util": "^8.0.6",
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.13.1",
27 "@oclif/plugin-legacy": "^1.0.10",
28 "chai": "^4.1.2",
29 "estraverse": "^4.2.0",
30 "mocha": "^5.1.0",
31 "nock": "^9.2.5",
32 "sinon": "^1.17.6",
33 "standard": "8.5.0",
34 "standard-tap": "^1.0.2",
35 "std-mocks": "^1.0.1"
36 },
37 "engines": {
38 "node": ">=8.3.0"
39 },
40 "files": [
41 ".oclif.manifest.json",
42 "index.js",
43 "commands",
44 "lib"
45 ],
46 "homepage": "https://github.com/heroku/heroku-ci#readme",
47 "keywords": [
48 "heroku-plugin"
49 ],
50 "license": "MIT",
51 "main": "index.js",
52 "repository": {
53 "type": "git",
54 "url": "git+https://github.com/heroku/heroku-ci.git"
55 },
56 "scripts": {
57 "format": "standard --format",
58 "test": "mocha -R tap && standard --verbose | standard-tap",
59 "prepublishOnly": "oclif-dev manifest",
60 "postpublish": "rm .oclif.manifest.json"
61 },
62 "cli-engine": {
63 "topics": {
64 "ci": {
65 "description": "run an application test suite on Heroku"
66 }
67 }
68 }
69}