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		"typebox": "^1.1.38"
 9	},
10	"private": true,
11	"scripts": {
12		"fmt": "biome format --write .",
13		"lint": "biome lint .",
14		"typecheck": "bun run --filter '*' typecheck"
15	},
16	"type": "module",
17	"workspaces": [
18		"packages/*"
19	]
20}