-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.22 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
{
"name": "betterwrite",
"version": "0.1.0",
"private": true,
"description": "BetterWrite — 深圳中考英语作文AI辅导系统",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"dev:mobile": "turbo run dev:mobile",
"lint": "turbo run lint",
"typecheck": "turbo run typecheck",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"clean": "turbo run clean && rm -rf node_modules .turbo",
"db:generate": "turbo run db:generate",
"db:migrate": "turbo run db:migrate",
"db:seed": "turbo run db:seed",
"db:studio": "turbo run db:studio"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@types/node": "^24.0.0",
"@vitest/coverage-v8": "2.1.8",
"lefthook": "^1.10.10",
"ssh2": "^1.17.0",
"turbo": "^2.4.0",
"typescript": "^5.7.3",
"vitest": "2.1.8"
},
"packageManager": "pnpm@10.0.0",
"pnpm": {
"onlyBuiltDependencies": [
"@biomejs/biome",
"esbuild",
"lefthook",
"msgpackr-extract",
"sharp"
]
},
"engines": {
"node": ">=24.0.0",
"pnpm": ">=10.0.0"
}
}