-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 988 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
33
34
35
36
37
38
39
40
41
{
"name": "tosd",
"version": "1.1.0",
"private": true,
"license": "GPL-3.0-only",
"repository": {
"type": "git",
"url": "https://github.com/qtchaos/tosd"
},
"author": {
"name": "chaos",
"url": "https://github.com/qtchaos"
},
"scripts": {
"dev": "wrangler dev src/routes/index.ts",
"deploy": "wrangler deploy --minify src/routes/index.ts",
"db:generate": "drizzle-kit generate:sqlite",
"db:push": "drizzle-kit push:sqlite"
},
"dependencies": {
"@hono/zod-openapi": "^0.10.0",
"@libsql/client": "^0.5.6",
"@scalar/hono-api-reference": "^0.4.34",
"@supabase/supabase-js": "^2.42.0",
"drizzle-orm": "^0.30.7",
"hono": "^4.2.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240405.0",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.20.14",
"tsx": "^4.7.2",
"wrangler": "^3.48.0"
},
"pnpm": {
"overrides": {
"@supabase/auth-js": "2.61.0"
}
}
}