{
  "name": "brunch",
  "version": "5.0.1",
  "description": "AI chat interface built on HASH",
  "homepage": "https://github.com/hashintel/brunch#readme",
  "bugs": {
    "url": "https://github.com/hashintel/brunch/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hashintel/brunch.git"
  },
  "license": "(MIT OR Apache-2.0)",
  "type": "module",
  "engines": {
    "node": ">=22"
  },
  "bin": {
    "brunch": "bin/brunch.js"
  },
  "files": [
    "bin",
    "dist",
    "drizzle",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "vite build && vite build --mode server-runtime",
    "check": "npm run fmt:check && npm run lint && npm run typecheck",
    "dev": "agent-tail run 'vite: vite' 'api: npx tsx --watch src/server/index.ts'",
    "fix": "npm run lint:fix && npm run fmt",
    "fmt": "oxfmt src/ vite.config.ts drizzle.config.ts",
    "fmt:check": "oxfmt --check src/ vite.config.ts drizzle.config.ts",
    "ladle": "ladle serve",
    "ladle:build": "ladle build",
    "lint": "oxlint --type-aware --type-check src/ vite.config.ts drizzle.config.ts",
    "lint:fix": "oxlint --type-aware --type-check --fix src/ vite.config.ts drizzle.config.ts",
    "release": "release-it",
    "seed": "npx tsx src/server/fixtures/seed.ts",
    "server": "npx tsx src/server/index.ts",
    "studio": "drizzle-kit studio",
    "test": "vitest run",
    "typecheck": "tsc --noEmit --project tsconfig.tools.json",
    "verify": "npm run check && npm run test && npm run build"
  },
  "dependencies": {
    "@ai-sdk/anthropic": "^3.0.66",
    "@ai-sdk/provider-utils": "^4.0.21",
    "@ai-sdk/react": "^3.0.145",
    "@fontsource-variable/geist-mono": "^5.2.7",
    "@fontsource-variable/inter": "^5.2.8",
    "@radix-ui/react-use-controllable-state": "^1.2.2",
    "@simplestack/store": "^0.7.7",
    "@streamdown/cjk": "^1.0.3",
    "@streamdown/code": "^1.1.1",
    "@streamdown/math": "^1.0.2",
    "@streamdown/mermaid": "^1.0.2",
    "@tailwindcss/vite": "^4.2.2",
    "@tanstack/react-query": "^5.96.1",
    "@tanstack/react-router": "^1.168.10",
    "@vitejs/plugin-react": "^5.2.0",
    "agentation": "^3.0.2",
    "ai": "^6.0.168",
    "better-sqlite3": "^12.8.0",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "cmdk": "^1.1.1",
    "drizzle-orm": "^0.45.2",
    "embla-carousel-react": "^8.6.0",
    "express": "^5.2.1",
    "lucide-react": "^1.8.0",
    "md-pen": "^1.2.0",
    "motion": "^12.38.0",
    "nanoid": "^5.1.7",
    "open": "^11.0.0",
    "radix-ui": "^1.4.3",
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "react-resizable-panels": "^4.10.0",
    "shiki": "^4.0.2",
    "streamdown": "^2.5.0",
    "tailwind-merge": "^3.5.0",
    "tailwindcss": "^4.2.2",
    "tsx": "^4.21.0",
    "tw-animate-css": "^1.4.0",
    "use-stick-to-bottom": "^1.1.3",
    "xstate": "^5.30.0",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@ladle/react": "^5.1.1",
    "@tanstack/router-plugin": "^1.167.18",
    "@testing-library/react": "^16.3.2",
    "@types/better-sqlite3": "^7.6.13",
    "@types/express": "^5.0.6",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "@types/supertest": "^7.2.0",
    "agent-tail": "^0.4.0",
    "chrome-devtools-mcp": "^0.21.0",
    "code-inspector-plugin": "^1.5.1",
    "drizzle-kit": "^0.31.10",
    "happy-dom": "^20.8.9",
    "oxfmt": "^0.43.0",
    "oxlint": "^1.58.0",
    "oxlint-tsgolint": "^0.19.0",
    "release-it": "^20.0.1",
    "shadcn": "^4.1.2",
    "supertest": "^7.2.2",
    "typescript": "^5.9.3",
    "vite": "^7.0.4",
    "vitest": "^4.1.0"
  }
}
