package.json
1{
2 "devDependencies": {
3 "@biomejs/biome": "^2.4.16",
4 "@earendil-works/pi-ai": "^0.78.0",
5 "@earendil-works/pi-coding-agent": "^0.78.0",
6 "@earendil-works/pi-tui": "^0.78.0",
7 "typescript": "^6.0.3"
8 },
9 "private": true,
10 "scripts": {
11 "fmt": "biome format --write .",
12 "lint": "biome lint .",
13 "typecheck": "bun run --filter '*' typecheck"
14 },
15 "type": "module",
16 "workspaces": [
17 "packages/*"
18 ]
19}