generated from adelrodriguez/wingman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.47 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
{
"name": "wingman",
"scripts": {
"check": "biome check --write src",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio",
"deploy": "wrangler deploy --minify",
"deps:check": "taze -l",
"deps:update": "taze -lw",
"dev": "wrangler dev",
"format": "biome format --write src",
"lint": "biome lint --fix src",
"template:setup": "bun scripts/setup.ts",
"template:sync": "bun scripts/sync.ts",
"test": "vitest",
"typecheck": "tsc --noEmit",
"typegen:cf": "wrangler types --env-interface CloudflareBindings"
},
"dependencies": {
"@cloudflare/puppeteer": "0.0.12",
"@hono/zod-validator": "0.2.2",
"@mozilla/readability": "^0.5.0",
"drizzle-orm": "^0.33.0",
"hast-util-to-html": "^9.0.1",
"hono": "4.5.5",
"http-status-codes": "2.3.0",
"ky": "^1.6.0",
"linkedom": "^0.18.4",
"rehype-parse": "^9.0.0",
"rehype-remark": "^10.0.0",
"remark-stringify": "^11.0.0",
"turndown": "^7.2.0",
"unified": "^11.0.5",
"unist-util-remove": "^4.0.0",
"zod": "3.23.8"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@clack/prompts": "0.7.0",
"@cloudflare/workers-types": "4.20240815.0",
"@types/bun": "1.1.6",
"@types/turndown": "^5.0.5",
"drizzle-kit": "0.24.0",
"taze": "^0.16.6",
"typescript": "5.5.4",
"vitest": "^2.0.5",
"wrangler": "^3.72.0"
}
}