-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.18 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
{
"name": "docmind",
"version": "0.1.0",
"private": true,
"scripts": {
"dev:backend": "pnpm --filter docmind-api start:dev",
"dev:frontend": "pnpm --filter docmind-web dev",
"build:backend": "pnpm --filter docmind-api build",
"build:frontend": "pnpm --filter docmind-web build",
"test:backend": "pnpm --filter docmind-api test:coverage",
"test:frontend": "pnpm --filter docmind-web test:coverage",
"lint:backend": "pnpm --filter docmind-api lint",
"lint:frontend": "pnpm --filter docmind-web lint",
"test": "pnpm --filter docmind-api test && pnpm --filter docmind-web test",
"eval": "pnpm --filter docmind-api eval"
},
"pnpm": {
"onlyBuiltDependencies": [
"@prisma/engines",
"@scarf/scarf",
"argon2",
"msgpackr-extract",
"prisma",
"sharp",
"unrs-resolver"
],
"overrides": {
"multer": "2.2.0",
"sharp": "0.35.0",
"postcss": "8.5.18",
"js-yaml@5": "5.2.2",
"brace-expansion@2": "2.1.2",
"brace-expansion@1": "1.1.16",
"brace-expansion@5": "5.0.8",
"fast-uri": "3.1.4"
}
},
"packageManager": "pnpm@10.32.1",
"engines": {
"node": ">=22"
}
}