-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 947 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 947 Bytes
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
{
"type": "module",
"scripts": {
"start": "tsx ./src/node.ts",
"dev": "tsx watch ./src/node.ts",
"format": "prettier --write .",
"lint": "eslint . --ext .ts,.js"
},
"dependencies": {
"@hono/node-server": "^1.19.13",
"@hono/zod-validator": "^0.7.5",
"cloudflare": "^5.2.0",
"dotenv": "^17.2.3",
"hono": "^4.12.18",
"lru-cache": "^11.2.2",
"prismarine-nbt": "^2.7.0",
"tsx": "^4.20.6",
"zod": "^4.1.13"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@tsconfig/node22": "^22.0.5",
"@types/node": "^24.10.1",
"eslint": "^9.39.1",
"prettier": "^3.6.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.47.0"
},
"pnpm": {
"overrides": {
"whatwg-url": "^14.0.0"
}
},
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}