-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.13 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
{
"name": "vendflare",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "wrangler dev",
"build": "tsx build.ts",
"deploy": "wrangler deploy",
"lint": "tsc -noEmit && eslint .",
"format": "prettier --write .",
"test": "vitest run"
},
"dependencies": {
"fflate": "^0.8.2",
"hono": "^4.6.12",
"uint8array-extras": "^1.4.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241112.0",
"@eslint/js": "^9.15.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@miniflare/kv": "^2.14.4",
"@miniflare/storage-memory": "^2.14.4",
"@ryanccn/eslint-config": "^0.4.2",
"@stylistic/eslint-plugin": "^2.11.0",
"@types/node": "^22.10.0",
"esbuild": "^0.24.0",
"eslint": "^9.15.0",
"eslint-plugin-unicorn": "^56.0.1",
"kleur": "^4.1.5",
"prettier": "^3.4.0",
"tinyexec": "^0.3.1",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"vitest": "^2.1.5",
"wrangler": "^3.90.0"
},
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387"
}