{
  "name": "y-quill",
  "version": "1.0.0",
  "description": "QuillJs bindings for Yjs",
  "main": "./dist/y-quill.cjs",
  "module": "./src/y-quill.js",
  "type": "module",
  "types": "./dist/src/y-quill.d.ts",
  "sideEffects": false,
  "funding": {
    "type": "GitHub Sponsors ❤",
    "url": "https://github.com/sponsors/dmonad"
  },
  "scripts": {
    "start": "npm run demo",
    "demo": "concurrently '0serve -o demo/index.html' 'npm run watch'",
    "dist": "rm -rf dist && rollup -c",
    "test": "rollup -c && node test/test.cjs",
    "lint": "standard && tsc",
    "watch": "rollup -wc",
    "debug": "concurrently 'live-server --port=3443 --entry-file=test.html' 'npm run watch'",
    "preversion": "npm run dist && npm run lint && npm run test && test -e ./dist/src/y-quill.d.ts && test -e ./dist/y-quill.cjs && test -e ./dist/y-quill.cjs.map"
  },
  "files": [
    "dist/*",
    "src/*"
  ],
  "exports": {
    ".": {
      "types": "./dist/src/y-quill.d.ts",
      "module": "./src/y-quill.js",
      "import": "./src/y-quill.js",
      "require": "./dist/y-quill.cjs"
    },
    "./package.json": "./package.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yjs/y-quill.git"
  },
  "keywords": [
    "Yjs"
  ],
  "author": "Kevin Jahns <kevin.jahns@protonmail.com>",
  "license": "MIT",
  "standard": {
    "ignore": [
      "/dist",
      "/node_modules",
      "/docs"
    ]
  },
  "bugs": {
    "url": "https://github.com/yjs/y-quill/issues"
  },
  "homepage": "https://github.com/yjs/y-quill#readme",
  "dependencies": {
    "lib0": "^0.2.93",
    "y-protocols": "^1.0.6"
  },
  "peerDependencies": {
    "quill": "^2.0.0",
    "quill-cursors": "^4.0.2",
    "yjs": "^13.6.14"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "concurrently": "^8.2.2",
    "jsdom": "^24.0.0",
    "quill": "^2.0.0",
    "rollup": "^4.16.2",
    "standard": "^17.1.0",
    "typescript": "^5.4.5",
    "y-webrtc": "^10.3.0",
    "yjs": "^13.6.14"
  }
}
