UNPKG

2.1 kBJSONView Raw
1{
2 "name": "@heroku-cli/plugin-run",
3 "version": "7.54.0",
4 "author": "Chris Freeman @cafreeman",
5 "bugs": "https://github.com/heroku/cli/issues",
6 "dependencies": {
7 "@heroku-cli/color": "^1.1.14",
8 "@heroku-cli/command": "^8.4.1",
9 "@heroku-cli/notifications": "^1.2.2",
10 "@heroku/eventsource": "^1.0.7",
11 "@oclif/command": "^1",
12 "@oclif/config": "^1",
13 "cli-ux": "^5.3.1",
14 "debug": "^4.1.1",
15 "tslib": "^1"
16 },
17 "devDependencies": {
18 "@heroku-cli/schema": "^1.0.25",
19 "@oclif/dev-cli": "^1",
20 "@oclif/plugin-help": "^2",
21 "@oclif/test": "^1",
22 "@types/chai": "^4",
23 "@types/mocha": "^5",
24 "@types/node": "^10",
25 "@types/node-notifier": "^5.4.0",
26 "bats": "^1.1.0",
27 "chai": "^4",
28 "eslint": "^6.7.2",
29 "eslint-config-oclif": "^3.1.0",
30 "eslint-config-oclif-typescript": "^0.1.0",
31 "globby": "^10",
32 "http-call": "^5.2.5",
33 "mocha": "^5",
34 "nyc": "^13",
35 "sinon": "^7.4.1",
36 "ts-node": "^8",
37 "typescript": "3.7.5"
38 },
39 "engines": {
40 "node": ">=8.0.0"
41 },
42 "files": [
43 "/lib",
44 "/oclif.manifest.json",
45 "/yarn.lock"
46 ],
47 "homepage": "https://github.com/heroku/cli",
48 "keywords": [
49 "heroku-plugin"
50 ],
51 "license": "MIT",
52 "oclif": {
53 "commands": "./lib/commands",
54 "bin": "heroku",
55 "devPlugins": [
56 "@oclif/plugin-help"
57 ],
58 "topics": {
59 "run": {
60 "description": "run a one-off process inside a Heroku dyno"
61 },
62 "logs": {
63 "description": "display recent log output"
64 }
65 }
66 },
67 "repository": "heroku/cli",
68 "scripts": {
69 "lint": "eslint . --ext .ts --config .eslintrc",
70 "postpack": "rm -f oclif.manifest.json",
71 "prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
72 "pretest": "tsc -p test --noEmit",
73 "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
74 "test:acceptance": "yarn test --grep='@acceptance'",
75 "posttest": "yarn lint",
76 "version": "oclif-dev readme && git add README.md"
77 },
78 "gitHead": "4b89482ab15e28d1449af9cfe95821d64acd4b6e"
79}