-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 762 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "carcinisation",
"private": true,
"version": "0.1.0",
"description": "Root workspace for Biome linting, cspell, and web tooling",
"devDependencies": {
"@biomejs/biome": "^2.4.6",
"@cspell/dict-en-gb": "5.0.24",
"@modelcontextprotocol/server-filesystem": "^2026.1.14",
"cspell": "9.7.0",
"tsx": "^4.21.0"
},
"scripts": {
"check:agent": "pnpm --silent --filter @carcinisation/agent-check run check --",
"check:agent:generate": "pnpm --filter @carcinisation/agent-check run generate-capabilities",
"format": "biome format",
"format:check": "biome check",
"lint": "biome check",
"lint:fix": "biome check --write"
},
"packageManager": "pnpm@10.19.0",
"workspaces": ["scripts", "packages/*"]
}