-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.71 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.71 KB
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
52
53
54
55
56
57
{
"private": true,
"version": "0.7.2",
"scripts": {
"build": "pnpm -r --filter @logtide/* build",
"test": "pnpm -r --filter @logtide/* test",
"test:smoke": "pnpm -r --filter test-app-hono --filter test-app-elysia --filter test-app-node-express --filter test-app-node-fastify test",
"test:e2e": "pnpm -r --filter test-app-nextjs --filter test-app-sveltekit --filter test-app-nuxt --filter test-app-angular test",
"test:all": "pnpm test && pnpm test:smoke",
"typecheck": "pnpm -r typecheck",
"clean": "pnpm -r clean",
"version:set": "node scripts/version.mjs"
},
"devDependencies": {
"vitest": "^3.0.0"
},
"pnpm": {
"overrides": {
"tar": ">=7.5.11",
"esbuild": ">=0.25.0",
"webpack": ">=5.104.1",
"cookie": ">=0.7.0",
"minimatch": ">=10.2.3",
"rollup": ">=4.59.0",
"ajv": ">=8.18.0",
"qs": ">=6.14.2",
"devalue": ">=5.6.4",
"hono": "^4.12.7",
"@angular/core": "^19.2.20",
"@angular/compiler": "^19.2.20",
"@sveltejs/kit": "^2.52.2",
"svelte": "^5.53.5",
"nanotar": "^0.2.1",
"simple-git": ">=3.32.3",
"@hono/node-server": ">=1.19.10",
"defu": ">=6.1.5",
"elysia": ">=1.4.27",
"h3": ">=1.15.9",
"immutable": ">=5.1.5",
"lodash": ">=4.18.1",
"node-forge": ">=1.4.0",
"path-to-regexp": ">=8.4.0",
"picomatch": ">=4.0.4",
"serialize-javascript": ">=7.0.5",
"svgo": ">=4.0.1",
"undici": "^7.24.0",
"vite": "^7.3.2",
"brace-expansion": ">=5.0.5",
"fastify": ">=5.8.3",
"file-type": ">=21.3.2",
"next": ">=15.5.14",
"srvx": ">=0.11.13",
"unhead": ">=2.1.11",
"yaml": ">=2.8.3"
}
}
}