{
  "name": "tellr-os-app",
  "version": "1.0.0",
  "private": true,
  "description": "TELL'R OS — cockpit interne (dashboard Notion + chat sensemaking). Next.js / Vercel.",
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.32.1",
    "@notionhq/client": "^2.2.15",
    "next": "14.2.15",
    "react": "^18.3.1",
    "react-dom": "^18.3.1"
  }
}
