-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.24 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
{
"name": "modular-minecraft-proxy",
"version": "1.0.0",
"description": "Modular Minecraft Proxy",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "scripty",
"watch:build": "scripty",
"lint": "scripty",
"run": "scripty",
"watch:run": "scripty",
"watch": "scripty"
},
"keywords": [],
"author": "Dinhero Development Group",
"license": "MIT",
"type": "module",
"config": {
"scripty": {
"parallel": true,
"path": "script"
}
},
"dependencies": {
"@types/text-table": "^0.2.5",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"minecraft-protocol": "^1.47.0",
"strip-ansi": "^7.1.0",
"text-table": "^0.2.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.22",
"@swc/helpers": "^0.5.12",
"@types/node": "^22.5.1",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^15.9.0",
"nodemon": "^3.1.4",
"prettier": "^3.3.3",
"scripty": "^2.1.1",
"typescript": "^5.5.4",
"typescript-eslint": "^8.3.0"
},
"bin": {
"m3": "./dist/m3/bin.js"
}
}