{
  "name": "@cbi-blocksuite/presets",
  "version": "1.0.27",
  "description": "Prebuilt BlockSuite editors and opt-in additional UI components.",
  "type": "module",
  "repository": "toeverything/blocksuite",
  "keywords": [],
  "author": "toeverything",
  "license": "MPL-2.0",
  "dependencies": {
    "@cbi-blocksuite/block-std": "1.0.27",
    "@cbi-blocksuite/blocks": "1.0.27",
    "@cbi-blocksuite/global": "1.0.27",
    "@cbi-blocksuite/inline": "1.0.27",
    "@cbi-blocksuite/store": "1.0.27",
    "@fal-ai/serverless-client": "^0.9.0",
    "@floating-ui/dom": "^1.6.3",
    "@toeverything/theme": "^0.7.29",
    "lit": "^3.1.2",
    "openai": "^4.29.2"
  },
  "exports": {
    ".": {
      "module": "./dist/index.js",
      "import": "./dist/index.js"
    },
    "./themes/*": "./themes/*"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "src",
    "dist",
    "themes",
    "!src/__tests__",
    "!dist/__tests__"
  ],
  "scripts": {
    "build": "tsc --build --verbose",
    "test": "vitest --browser.headless --run",
    "test:debug": "vitest"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts"
}