-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 999 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
{
"name": "arknights-toolbox-json-storage",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "wrangler dev --test-scheduled --var IS_DEV:true",
"deploy": "wrangler deploy",
"setup-local-db": "wrangler d1 execute arknights-toolbox-json-storage --local --file=./setup.sql"
},
"dependencies": {
"@hono/zod-validator": "^0.1.11",
"d1-orm": "^0.9.0",
"hono": "^3.12.10",
"nanoid": "^5.0.5",
"zod": "^3.22.4"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240129.0",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^3.2.5",
"typescript": "^5.3.3",
"wrangler": "^3.26.0"
}
}