-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 826 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 826 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
32
33
34
35
36
37
{
"name": "requests-counter",
"private": true,
"version": "1.0.0",
"type": "module",
"keywords": [
"analytics",
"cloudflare",
"copilot",
"counter",
"d1",
"github",
"hono",
"obs",
"workers"
],
"scripts": {
"d1:migrate:local": "wrangler d1 migrations apply DB --local",
"d1:migrate:remote": "wrangler d1 migrations apply DB --remote",
"deploy": "wrangler deploy --env production",
"dev": "wrangler dev",
"test:unit": "vitest run",
"typecheck": "tsc --noEmit",
"update:all": "taze --interactive --include-locked"
},
"dependencies": {
"hono": "4.12.16",
"valibot": "1.3.1"
},
"devDependencies": {
"taze": "19.11.0",
"typescript": "6.0.3",
"vitest": "4.1.5",
"wrangler": "4.87.0"
},
"packageManager": "pnpm@11.0.2"
}