UNPKG

1.58 kBJSONView Raw
1{
2 "name": "@heroku-cli/plugin-run-v5",
3 "description": "Heroku CLI plugin to run one-off dyno processes.",
4 "version": "7.16.3",
5 "author": "Jeff Dickey (@dickeyxxx)",
6 "bugs": "https://github.com/heroku/cli/issues",
7 "cli-engine": {
8 "bin": "heroku",
9 "commands": "commands",
10 "topics": {
11 "run": {
12 "description": "run a one-off process inside a Heroku dyno"
13 },
14 "logs": {
15 "description": "display recent log output"
16 }
17 },
18 "repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/run-v5/<%- commandPath %>"
19 },
20 "dependencies": {
21 "@heroku-cli/color": "^1.1.10",
22 "@heroku-cli/command": "^8.1.29",
23 "@heroku-cli/notifications": "^1.2.2",
24 "@heroku/eventsource": "^1.0.7",
25 "co": "4.6.0",
26 "fs-extra": "^7.0.0",
27 "heroku-cli-util": "^8.0.10",
28 "shellwords": "^0.1.1"
29 },
30 "devDependencies": {
31 "@oclif/dev-cli": "^1.19.0",
32 "@oclif/plugin-legacy": "^1.1.1",
33 "fixture-stdout": "0.2.1",
34 "mocha": "^5.2.0",
35 "mocha-junit-reporter": "1.18.0",
36 "netrc": "0.1.4",
37 "nock": "^9.2.6",
38 "sinon": "^6.3.5",
39 "unexpected": "^10.39.1"
40 },
41 "files": [
42 "/oclif.manifest.json",
43 "/lib",
44 "/index.js",
45 "/commands"
46 ],
47 "homepage": "https://github.com/heroku/cli/tree/master/packages/run-v5",
48 "keywords": [
49 "heroku-plugin"
50 ],
51 "license": "ISC",
52 "repository": "heroku/cli",
53 "scripts": {
54 "postpack": "rm oclif.manifest.json",
55 "prepack": "oclif-dev manifest",
56 "test": "mocha",
57 "version": "oclif-dev readme && git add README.md"
58 }
59}