{ "name": "sitebase", "private": true, "workspaces": [ "packages/*" ], "devDependencies": { "@biomejs/biome": "^2.3.11", "@types/node": "^25.0.9", "bun-types": "^1.3.6", "typescript": "^5" }, "scripts": { "check": "bun run typecheck && bun run lint", "format": "biome format packages/ --write", "format:check": "biome format packages/", "lint": "biome lint packages/ --write", "lint:check": "biome lint packages/", "typecheck": "bun run --workspaces typecheck", "import": "bun run scripts/import-content.ts", "build:cli": "bun run --filter ./packages/cli build" }, "dependencies": { "@atproto/api": "^0.18.16" } }