-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 792 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 792 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
{
"name": "github-code-stats",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"type": "module",
"scripts": {
"check": "biome check --write .",
"dev": "pnpm --filter web dev",
"build": "pnpm --filter web build",
"check-types": "pnpm -r check-types",
"dev:seed": "pnpm --filter web dev:seed",
"dev:clean": "pnpm --filter web dev:clean",
"deploy": "pnpm --filter web deploy"
},
"dependencies": {
"dotenv": "catalog:",
"zod": "catalog:"
},
"devDependencies": {
"@biomejs/biome": "^2.3.10",
"@cloudflare/workers-types": "^4.20251213.0",
"@github-code-stats/config": "workspace:*",
"@types/node": "catalog:",
"typescript": "catalog:",
"ultracite": "7.0.3"
},
"packageManager": "pnpm@10.14.0"
}