{
  "name": "@sqlrooms/room-shell",
  "version": "0.28.0",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "module": "dist/index.js",
  "type": "module",
  "sideEffects": false,
  "author": "SQLRooms Contributors",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/sqlrooms/sqlrooms.git"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev": "tsc -w",
    "build": "tsc",
    "lint": "eslint .",
    "typecheck": "tsc --noEmit",
    "typedoc": "typedoc"
  },
  "dependencies": {
    "@sqlrooms/data-table": "0.28.0",
    "@sqlrooms/duckdb": "0.28.0",
    "@sqlrooms/layout": "0.28.0",
    "@sqlrooms/monaco-editor": "0.28.0",
    "@sqlrooms/room-config": "0.28.0",
    "@sqlrooms/room-store": "0.28.0",
    "@sqlrooms/ui": "0.28.0",
    "@sqlrooms/utils": "0.28.0",
    "apache-arrow": "17.0.0",
    "immer": "^11.0.1",
    "lucide-react": "^0.556.0",
    "react-mosaic-component": "^6.1.1",
    "zod": "^4.1.13",
    "zustand": "^5.0.8"
  },
  "peerDependencies": {
    "react": ">=18",
    "react-dom": ">=18"
  },
  "gitHead": "dcac54f8adf77240e293c93d224a0ce9fd8142a9"
}
