-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 749 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 749 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
{
"private": true,
"scripts": {
"deploy": "wrangler deploy",
"dev": "wrangler dev",
"start": "wrangler dev",
"test": "vitest",
"type-check": "tsc --noEmit",
"cf-typegen": "wrangler types",
"lint": "eslint . --fix",
"format": "prettier --write ."
},
"dependencies": {
"hono": "^4.11.3"
},
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.11.1",
"@eslint/js": "^9.39.2",
"@types/node": "^25.0.3",
"@vitest/runner": "^3.2.4",
"@vitest/snapshot": "^3.2.4",
"eslint": "^9.39.2",
"globals": "^16.5.0",
"prettier": "^3.7.4",
"typescript": "^5.9.3",
"typescript-eslint": "^8.52.0",
"vitest": "^3.2.4",
"wrangler": "^4.54.0"
},
"type": "module"
}