-
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.23 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.23 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": "openfolio",
"version": "0.2.2",
"private": true,
"packageManager": "pnpm@10.6.4",
"scripts": {
"dev": "pnpm --filter @openfolio/mac dev",
"dev:web": "pnpm --filter @openfolio/web dev",
"dev:hosted": "pnpm --filter @openfolio/hosted dev",
"hosted:env": "bash scripts/sync-hosted-env.sh",
"hosted:jwt": "node scripts/generate-hosted-jwt.mjs",
"build": "pnpm -r build",
"typecheck": "pnpm -r typecheck",
"test": "pnpm -r test",
"lint": "pnpm -r typecheck"
},
"pnpm": {
"overrides": {
"tar": ">=7.5.8",
"minimatch@<3.1.3": ">=3.1.3",
"minimatch@>=9.0.0 <9.0.7": ">=9.0.7",
"minimatch@>=10.0.0 <10.2.3": ">=10.2.3",
"@isaacs/brace-expansion": ">=5.0.1",
"rollup": ">=4.59.0",
"hono": ">=4.12.4",
"@hono/node-server": ">=1.19.10",
"qs": ">=6.14.2",
"jsondiffpatch": ">=0.7.2",
"ajv@<6.14.0": ">=6.14.0",
"ajv@>=7.0.0-alpha.0 <8.18.0": ">=8.18.0",
"@develar/schema-utils>ajv": "6.12.6",
"@develar/schema-utils>ajv-keywords": "3.5.2"
}
},
"devDependencies": {
"@types/node": "^24.12.2",
"eslint": "^9.39.4",
"eslint-config-next": "^15.5.15",
"typescript": "^5.9.3",
"vitest": "^3.2.4"
}
}