-
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) · 773 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 773 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
{
"name": "processloop",
"version": "0.1.0",
"private": true,
"description": "Process Dashboard (GPLv3) fork - Next.js port with en/ja i18n",
"license": "GPL-3.0-or-later",
"engines": {
"node": ">=24"
},
"packageManager": "pnpm@10.15.0",
"scripts": {
"build": "pnpm -r build",
"test": "pnpm -r test",
"lint": "pnpm -r lint",
"typecheck": "pnpm -r typecheck",
"dev": "pnpm --filter frontend dev",
"validate:mermaid": "node scripts/validate-mermaid.mjs"
},
"devDependencies": {
"@types/node": "^24.13.3",
"js-yaml": "^5.2.3",
"jsdom": "^30.0.1",
"mermaid": "^11.16.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"@prisma/client",
"@prisma/engines",
"prisma"
]
}
}