-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.37 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
{
"name": "chestlock",
"version": "1.5.0",
"productName": "chestLock",
"description": "The best chestlock",
"type": "module",
"scripts": {
"copy": "node tool/copy.js",
"start": "cd tool/WebSocket && bun index.ts",
"build": "cd tool/WebSocket && bun build index.ts --compile --outfile WebSocket",
"build2": "cd tool/ErrorCheck && bun build index.ts --compile --outfile ErrorCheck"
},
"dependencies": {
"@minecraft/server": "^1.17.0-beta.1.21.50-stable",
"@minecraft/server-ui": "^1.4.0-beta.1.21.50-stable",
"adm-zip": "^0.5.16",
"bcrypt": "^5.1.1",
"bun": "^1.1.38",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"fs": "^0.0.1-security",
"gettext-parser": "^8.0.0",
"multer": "^1.4.5-lts.1",
"node-os-utils": "^1.3.7",
"npm": "^10.8.3",
"path": "^0.12.7",
"socket-be": "^1.2.4",
"tiny-segmenter": "^0.2.0",
"tsc": "^2.0.4"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/express": "^5.0.0",
"@types/multer": "^1.4.12",
"@types/node": "^22.9.1",
"@types/node-fetch": "^2.6.12",
"@types/tiny-segmenter": "^0.2.0",
"@types/uuid": "^10.0.0",
"prettier": "3.2.5",
"typescript": "^5.7.2"
}
}