{
	"private": true,
	"workspaces": [
		"packages/*"
	],
	"type": "module",
	"scripts": {
		"fmt": "biome format --write .",
		"lint": "biome lint .",
		"typecheck": "bun run --filter '*' typecheck"
	},
	"devDependencies": {
		"@biomejs/biome": "^2.4.10",
		"typescript": "^6.0.2"
	}
}
