@heroku-cli/plugin-run-v5
Version:
Heroku CLI plugin to run one-off dyno processes.
81 lines (80 loc) • 2.09 kB
JSON
{
"name": "@heroku-cli/plugin-run-v5",
"description": "Heroku CLI plugin to run one-off dyno processes.",
"version": "8.11.5",
"author": "Jeff Dickey (@dickeyxxx)",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
"bin": "heroku",
"commands": "commands",
"topics": {
"run": {
"description": "run a one-off process inside a Heroku dyno"
},
"logs": {
"description": "display recent log output"
}
},
"repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/run-v5/<%- commandPath %>"
},
"dependencies": {
"@heroku-cli/color": "^2.0.1",
"@heroku-cli/command": "^9.0.2",
"@heroku-cli/notifications": "^1.2.4",
"@heroku/eventsource": "^1.0.7",
"@oclif/core": "^2.8.11",
"debug": "^4.1.1",
"fs-extra": "^7.0.1",
"heroku-cli-util": "^8.0.11",
"http-call": "5.3.0",
"shellwords": "^0.1.1"
},
"devDependencies": {
"@oclif/plugin-legacy": "^1.3.0",
"chai": "^4.2.0",
"fixture-stdout": "0.2.1",
"mocha": "^8.0.0",
"mocha-junit-reporter": "1.18.0",
"netrc": "0.1.4",
"nock": "^10.0.6",
"nyc": "^15.1.0",
"oclif": "3.11.3",
"sinon": "^7.2.3"
},
"files": [
"/oclif.manifest.json",
"/lib",
"/index.js",
"/commands"
],
"homepage": "https://github.com/heroku/cli/tree/main/packages/run-v5",
"keywords": [
"heroku-plugin"
],
"license": "ISC",
"mocha": {
"require": [
"./test/init.js"
],
"recursive": true,
"timeout": 180000,
"exit": true
},
"oclif": {
"additionalHelpFlags": [
"-h"
],
"additionalVersionFlags": [
"-v"
]
},
"repository": "heroku/cli",
"scripts": {
"lint": "eslint . --ext .js --config ../../.eslintrc --ignore-path ../../.eslintignore",
"postpack": "rm oclif.manifest.json",
"prepack": "oclif manifest",
"test": "nyc --extension .js mocha \"test/**/*.unit.test.js\" && yarn lint",
"version": "oclif readme && git add README.md"
},
"gitHead": "df5cd3093bd9269c635d9bb3996a2140a016cf05"
}