-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 971 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@heroku-cli/plugin-ps-exec",
"version": "2.6.0",
"description": "Heroku Exec CLI",
"main": "index.js",
"author": "Heroku",
"repository": "heroku/heroku-ps-exec",
"bugs": {
"url": "https://github.com/heroku/heroku-ps-exec/issues"
},
"keywords": [
"heroku",
"cli",
"heroku-plugin"
],
"license": "ISC",
"dependencies": {
"@heroku-cli/heroku-exec-util": "0.9.0",
"@heroku/heroku-cli-util": "^8.0.13"
},
"files": [
"oclif.manifest.json",
"index.js",
"commands"
],
"scripts": {
"test": "bash bin/test",
"version": "oclif-dev readme && git add README.md",
"prepublishOnly": "oclif-dev manifest",
"postpublish": "rm oclif.manifest.json"
},
"devDependencies": {
"@oclif/dev-cli": "^1.26.10",
"@oclif/plugin-legacy": "^1.3.6"
},
"cli-engine": {
"bin": "heroku",
"topics": {
"ps": {
"description": "Client tools for Heroku Exec"
}
}
}
}