{
  "name": "@blocksuite/lit",
  "version": "0.13.0",
  "description": "Lit renderer for blocksuite store",
  "type": "module",
  "repository": "toeverything/blocksuite",
  "keywords": [],
  "author": "toeverything",
  "license": "MPL-2.0",
  "peerDependencies": {
    "@blocksuite/block-std": "0.13.0",
    "@blocksuite/store": "0.13.0"
  },
  "dependencies": {
    "lit": "^3.1.2",
    "@blocksuite/global": "0.13.0",
    "@blocksuite/inline": "0.13.0"
  },
  "devDependencies": {
    "@blocksuite/block-std": "0.13.0",
    "@blocksuite/store": "0.13.0"
  },
  "exports": {
    ".": {
      "module": "./dist/index.js",
      "import": "./dist/index.js"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "src",
    "dist",
    "!src/__tests__",
    "!dist/__tests__"
  ],
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts"
}