-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.29 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"private": true,
"name": "gib",
"version": "0.7.7",
"description": "A TUI application for automating the installation of BepInEx",
"license": "ISC",
"author": "Tobey Blaber",
"homepage": "https://github.com/toebeann/gib",
"repository": {
"type": "git",
"url": "https://github.com/toebeann/gib.git"
},
"bugs": {
"url": "https://github.com/toebeann/gib/issues"
},
"funding": [
"https://github.com/toebeann/gib?sponsor=1",
{
"type": "github",
"url": "https://github.com/sponsors/toebeann"
},
{
"type": "kofi",
"url": "https://ko-fi.com/toebean_"
},
{
"type": "paypal",
"url": "https://paypal.me/tobeyblaber"
}
],
"sideEffects": false,
"type": "module",
"bin": "src/cli/index.ts",
"scripts": {
"start": "bun src/cli/index.ts"
},
"engines": {
"pnpm": ">=8",
"bun": "^1.1"
},
"os": [
"darwin"
],
"devDependencies": {
"@total-typescript/ts-reset": "^0.6.1",
"@types/bun": "latest",
"@types/center-align": "^1.0.2",
"@types/figlet": "^1.7.0",
"@types/fs-extra": "^11.0.4",
"@types/gradient-string": "^1.1.6",
"@types/lodash.camelcase": "^4.3.9",
"@types/lodash.mapkeys": "^4.6.9",
"@types/node": "^22.10.10",
"@types/plist": "^3.0.5",
"@types/readline-sync": "^1.4.8",
"@types/shell-quote": "^1.7.5",
"@types/unquote": "^1.1.0",
"ix": "^7.0.0",
"registry-js": "^1.16.0",
"typescript": "^5.7.3"
},
"dependencies": {
"@node-steam/id": "^1.2.0",
"@node-steam/vdf": "^2.2.0",
"async-wait-until": "^2.0.18",
"boxen": "^8.0.1",
"center-align": "^1.0.1",
"chalk": "^5.4.1",
"chokidar": "^4.0.3",
"cli-width": "^4.1.0",
"figlet": "^1.8.0",
"find-process": "^1.4.10",
"fs-extra": "^11.3.0",
"glob": "^11.0.1",
"gradient-string": "^3.0.0",
"jszip": "^3.10.1",
"lodash.camelcase": "^4.3.0",
"lodash.mapkeys": "^4.6.0",
"open": "^10.1.0",
"path-equal": "^1.2.5",
"plist": "^3.1.0",
"protocol-registry": "^1.6.0",
"readline-sync": "^1.4.10",
"shell-quote": "^1.8.2",
"slashes": "^3.0.12",
"steam-binary-vdf": "^0.1.0",
"terminal-link": "^3.0.0",
"ts-pattern": "^5.6.2",
"unquote": "^1.1.1",
"wrap-ansi": "^9.0.0",
"zod": "^3.24.1"
}
}