{
	"devDependencies": {
		"@biomejs/biome": "^2.4.16",
		"@earendil-works/pi-ai": "^0.78.0",
		"@earendil-works/pi-coding-agent": "^0.78.0",
		"@earendil-works/pi-tui": "^0.78.0",
		"typescript": "^6.0.3",
		"typebox": "^1.1.38"
	},
	"private": true,
	"scripts": {
		"fmt": "biome format --write .",
		"lint": "biome lint .",
		"typecheck": "npm run --workspaces --if-present typecheck"
	},
	"type": "module",
	"workspaces": [
		"packages/*"
	]
}
