UNPKG

1.62 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.0",
5 "author": "Jeff Dickey (@dickeyxxx)",
6 "bugs": {
7 "url": "https://github.com/heroku/cli/issues"
8 },
9 "cli-engine": {
10 "bin": "heroku",
11 "topics": {
12 "run": {
13 "description": "run a one-off process inside a Heroku dyno"
14 },
15 "logs": {
16 "description": "display recent log output"
17 }
18 }
19 },
20 "dependencies": {
21 "@heroku-cli/color": "^1.1.5",
22 "@heroku-cli/command": "^8.1.20",
23 "@heroku-cli/notifications": "^1.2.1",
24 "co": "4.6.0",
25 "eventsource": "^1.0.5",
26 "fs-extra": "^6.0.1",
27 "heroku-cli-util": "^8.0.9",
28 "shellwords": "^0.1.1"
29 },
30 "devDependencies": {
31 "@oclif/dev-cli": "^1.13.24",
32 "@oclif/plugin-legacy": "^1.0.15",
33 "fixture-stdout": "0.2.1",
34 "mocha": "^5.2.0",
35 "mocha-junit-reporter": "1.17.0",
36 "netrc": "0.1.4",
37 "nock": "^9.2.6",
38 "sinon": "^5.0.10",
39 "standard": "^11.0.1",
40 "unexpected": "^10.38.0"
41 },
42 "standard": {
43 "env": "mocha"
44 },
45 "files": [
46 "/oclif.manifest.json",
47 "/lib",
48 "/index.js",
49 "/commands"
50 ],
51 "homepage": "https://github.com/heroku/cli",
52 "keywords": [
53 "heroku-plugin"
54 ],
55 "license": "ISC",
56 "main": "index.js",
57 "repository": {
58 "type": "git",
59 "url": "https://github.com/heroku/cli.git"
60 },
61 "scripts": {
62 "postpack": "rm oclif.manifest.json",
63 "prepack": "oclif-dev manifest",
64 "test": "mocha",
65 "posttest": "standard",
66 "version": "oclif-dev readme && git add README.md"
67 }
68}