-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 802 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 802 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
{
"name": "wakati-api",
"version": "1.0.0",
"scripts": {
"dev": "wrangler dev",
"lint": "bun run eslint",
"lint:fix": "eslint . --fix",
"test": "vitest",
"coverage": "vitest run --coverage",
"deploy": "wrangler deploy --minify"
},
"dependencies": {
"@hono-rate-limiter/cloudflare": "^0.2.2",
"@hono/zod-openapi": "^0.18.3",
"@scalar/hono-api-reference": "^0.5.165",
"cheerio": "^1.0.0",
"hono": "^4.6.16",
"hono-pino": "^0.7.0",
"pino": "^9.6.0",
"readability-scores": "^1.0.8",
"stoker": "^1.4.2"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.2",
"@cloudflare/workers-types": "^4.20241218.0",
"@vitest/coverage-v8": "2.1.8",
"eslint": "^9.17.0",
"vitest": "^2.1.8",
"wrangler": "^3.96.0"
}
}