-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 843 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
{
"name": "herokutools",
"version": "0.2.0",
"description": "Heroku CLI wrapper - helpful commands you use often - made easier!",
"main": "dist",
"scripts": {
"build": "npx tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"npmtool",
"heroku",
"devboidesigns",
"herokutools"
],
"author": "Christopher Hicks",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/DevboiDesigns/herokutools"
},
"homepage": "https://github.com/DevboiDesigns#readme",
"dependencies": {
"commander": "^12.1.0",
"heroku": "^8.7.1"
},
"devDependencies": {
"@types/node": "^22.10.1",
"typescript": "^5.7.2"
},
"bin": {
"hl": "./dist/hl.script.js",
"he": "./dist/he.script.js",
"hd": "./dist/hd.script.js"
}
}