UNPKG

1.84 kBJSONView Raw
1{
2 "name": "@heroku-cli/plugin-pipelines-v5",
3 "description": "pipelines heroku plugin",
4 "version": "7.19.3",
5 "author": "Heroku Developer Experience team",
6 "bugs": "https://github.com/heroku/cli/issues",
7 "cli-engine": {
8 "bin": "heroku",
9 "topics": {
10 "pipelines": {
11 "description": "groups of apps that share the same codebase"
12 },
13 "reviewapps": {
14 "description": "disposable apps built on GitHub pull requests"
15 }
16 },
17 "repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/pipelines-v5/<%- commandPath %>"
18 },
19 "dependencies": {
20 "@heroku-cli/command": "^8.2.6",
21 "bluebird": "^3.5.3",
22 "co": "^4.6.0",
23 "heroku-cli-util": "^8.0.10",
24 "http-call": "^5.2.2",
25 "inflection": "^1.12.0",
26 "inquirer": "^6.2.1",
27 "lodash.flatten": "^4.4.0",
28 "lodash.sortby": "^4.7.0",
29 "string-just": "^0.0.2",
30 "validator": "^10.9.0"
31 },
32 "devDependencies": {
33 "@oclif/dev-cli": "^1.19.5",
34 "@oclif/plugin-legacy": "^1.1.3",
35 "chai": "^4.2.0",
36 "mocha": "^5.1.1",
37 "nock": "^9.2.6",
38 "nyc": "^13.1.0",
39 "sinon": "^4.5.0",
40 "sinon-chai": "^3.3.0",
41 "std-mocks": "^1.0.1",
42 "supervisor": "^0.12.0"
43 },
44 "files": [
45 "oclif.manifest.json",
46 "/index.js",
47 "/commands",
48 "/lib"
49 ],
50 "homepage": "https://github.com/heroku/cli/tree/master/packages/pipelines-v5",
51 "keywords": [
52 "heroku-plugin"
53 ],
54 "license": "ISC",
55 "main": "index.js",
56 "repository": "heroku/cli",
57 "scripts": {
58 "autotest": "./node_modules/.bin/supervisor -q -n exit -x ./node_modules/.bin/mocha -- -b",
59 "postpublish": "rm oclif.manifest.json",
60 "prepack": "oclif-dev manifest",
61 "test": "nyc mocha",
62 "version": "oclif-dev readme && git add README.md"
63 },
64 "gitHead": "567466936051bfd73d5d339381644647e51554fd"
65}