UNPKG

1.57 kBJSONView Raw
1{
2 "name": "@heroku-cli/plugin-run-v5",
3 "description": "Heroku CLI plugin to run one-off dyno processes.",
4 "version": "7.4.8",
5 "author": "Jeff Dickey (@dickeyxxx)",
6 "bugs": "https://github.com/heroku/cli/issues",
7 "cli-engine": {
8 "bin": "heroku",
9 "topics": {
10 "run": {
11 "description": "run a one-off process inside a Heroku dyno"
12 },
13 "logs": {
14 "description": "display recent log output"
15 }
16 },
17 "repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/run-v5/<%- commandPath %>"
18 },
19 "dependencies": {
20 "@heroku-cli/color": "^1.1.5",
21 "@heroku-cli/command": "^8.1.20",
22 "@heroku-cli/notifications": "^1.2.1",
23 "co": "4.6.0",
24 "eventsource": "^1.0.5",
25 "fs-extra": "^6.0.1",
26 "heroku-cli-util": "^8.0.9",
27 "shellwords": "^0.1.1"
28 },
29 "devDependencies": {
30 "@oclif/dev-cli": "^1.15.2",
31 "@oclif/plugin-legacy": "^1.0.15",
32 "fixture-stdout": "0.2.1",
33 "mocha": "^5.2.0",
34 "mocha-junit-reporter": "1.17.0",
35 "netrc": "0.1.4",
36 "nock": "^9.2.6",
37 "sinon": "^5.0.10",
38 "unexpected": "^10.38.0"
39 },
40 "files": [
41 "/oclif.manifest.json",
42 "/lib",
43 "/index.js",
44 "/commands"
45 ],
46 "homepage": "https://github.com/heroku/cli/tree/master/packages/run-v5",
47 "keywords": [
48 "heroku-plugin"
49 ],
50 "license": "ISC",
51 "main": "index.js",
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}