{ "name": "thob-capability-map", "private": true, "scripts": { "build": "turbo run build", "dev": "turbo run dev", "lint": "turbo run lint", "format": "prettier --write \"**/*.{ts,tsx,md}\"", "check-types": "turbo run check-types" }, "devDependencies": { "prettier": "^3.7.4", "turbo": "^2.8.20", "typescript": "5.9.2" }, "engines": { "node": ">=18" }, "packageManager": "yarn@1.22.22", "workspaces": [ "Week-1/**" ] }