-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 866 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
{
"name": "bepinex.supermarketsimulator",
"description": "Tobey's BepInEx x MelonLoader Pack for Supermarket Simulator",
"private": true,
"module": "main.ts",
"type": "module",
"scripts": {
"start": "bun main.ts"
},
"devDependencies": {
"@total-typescript/ts-reset": "^0.5.1",
"@types/bun": "latest",
"@types/fs-extra": "^11.0.4",
"@types/lodash.maxby": "^4.6.9",
"@types/node": "^22.7.4",
"@types/parse-github-url": "^1.0.3",
"@types/semver": "^7.5.8"
},
"peerDependencies": {
"typescript": "^5.5.4"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"fs-extra": "^11.2.0",
"jszip": "^3.10.1",
"lodash.maxby": "^4.6.0",
"octokit": "^3.2.1",
"parse-github-url": "^1.0.3",
"semver": "^7.6.3",
"simple-git": "^3.27.0",
"zod": "^3.23.8"
}
}