-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.32 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.32 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "hackpack-cli",
"version": "1.0.22",
"description": "A CLI tool to accelerate project setup and automation.",
"main": "bin/index.js",
"bin": {
"hackpack": "bin/index.js",
"hp": "bin/index.js"
},
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"hackpack": "node bin/index.js",
"hp": "node bin/index.js",
"postinstall": "node ./scripts/postinstall.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YashVerma-code/hackpack.git"
},
"keywords": [
"cmd",
"command",
"cli",
"hackpack",
"hackathon",
"terminal",
"console",
"argument",
"util",
"utility",
"build",
"bash",
"enquirer",
"generate",
"nextjs",
"react",
"angular",
"Vue",
"typescript",
"mongodb",
"postgres",
"Svelte",
"nuxt"
],
"author": "yash aur varun",
"license": "Proprietary",
"bugs": {
"url": "https://github.com/YashVerma-code/hackpack/issues"
},
"homepage": "https://github.com/YashVerma-code/hackpack#readme",
"devDependencies": {
"cfonts": "^3.3.0",
"tsup": "^8.3.6",
"typescript": "^5.7.3"
},
"dependencies": {
"chalk": "^5.6.2",
"execa": "^9.5.2",
"figlet": "^1.8.1",
"inquirer": "^12.4.1",
"localtunnel": "^2.0.2"
}
}