-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.38 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "spring-cli-init",
"version": "1.0.2",
"description": "An alternative to the spring initilizr, but via cli.",
"main": "index.js",
"dependencies": {
"@clack/prompts": "^0.7.0",
"adm-zip": "^0.5.16",
"asynckit": "^0.4.0",
"axios": "^1.7.7",
"buffer-crc32": "^0.2.13",
"chalk": "^5.3.0",
"combined-stream": "^1.0.8",
"commander": "^12.1.0",
"debug": "^4.3.7",
"delayed-stream": "^1.0.0",
"end-of-stream": "^1.4.4",
"extract-zip": "^2.0.1",
"fd-slicer": "^1.1.0",
"figlet": "^1.7.0",
"follow-redirects": "^1.15.9",
"form-data": "^4.0.0",
"get-stream": "^5.2.0",
"gradient-string": "^3.0.0",
"mime-db": "^1.52.0",
"mime-types": "^2.1.35",
"ms": "^2.1.3",
"once": "^1.4.0",
"pend": "^1.2.0",
"picocolors": "^1.1.0",
"proxy-from-env": "^1.1.0",
"pump": "^3.0.2",
"sisteransi": "^1.0.5",
"tinycolor2": "^1.6.0",
"tinygradient": "^1.1.5",
"undici-types": "^6.19.8",
"wrappy": "^1.0.2",
"yauzl": "^2.10.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/Aimable01/spring-init-cli.git"
},
"bin": {
"spring-init-cli": "index.js"
},
"keywords": [
"spring",
"cli",
"init"
],
"author": "KWIZERA Aimable",
"license": "ISC"
}