{
  "name": "@blocksuite/virgo",
  "version": "0.10.0",
  "description": "A micro editor.",
  "type": "module",
  "repository": "toeverything/blocksuite",
  "keywords": [],
  "author": "toeverything",
  "license": "MPL-2.0",
  "devDependencies": {
    "lit": "^3.0.2",
    "yjs": "^13.6.8"
  },
  "peerDependencies": {
    "lit": "^3.0.2",
    "yjs": "^13"
  },
  "exports": {
    "./*": "./dist/*.js",
    ".": "./dist/index.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "zod": "^3.22.4",
    "@blocksuite/global": "0.10.0"
  },
  "scripts": {
    "build": "tsc",
    "test:unit": "vitest --run",
    "test:unit:coverage": "vitest run --coverage",
    "test:unit:ui": "vitest --ui",
    "test:e2e": "playwright test",
    "test": "pnpm test:unit && pnpm test:e2e"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts"
}