-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.01 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.01 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
{
"name": "workerify-monorepo",
"private": true,
"scripts": {
"lib": "pnpm -F @workerify/lib",
"vite-plugin": "pnpm -F @workerify/vite-plugin",
"example-quickstart": "pnpm -F @workerify/example-quickstart",
"example-htmx": "pnpm -F @workerify/example-htmx",
"tests": "pnpm -F @workerify/tests",
"test:e2e": "pnpm -F @workerify/tests test",
"test:e2e:ui": "pnpm -F @workerify/tests test:ui",
"changeset": "pnpm dlx @changesets/cli",
"build": "turbo run build",
"clean": "turbo run clean",
"test": "turbo run test",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"typecheck": "turbo run typecheck",
"prepare": "husky"
},
"devDependencies": {
"@biomejs/biome": "2.2.4",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@types/node": "^24.5.2",
"husky": "^9.1.7",
"rimraf": "^6.0.1",
"turbo": "^2.5.8",
"typescript": "^5.9.2",
"vitest": "3.2.4"
},
"packageManager": "pnpm@10.10.0"
}