{
  "name": "@jsonjoy.com/collaborative-codemirror",
  "publishConfig": {
    "access": "public"
  },
  "version": "18.28.0",
  "description": "Binding for collaborative editing support in CodeMirror Editor. Connects JSON CRDT str node to CodeMirror Editor.",
  "author": {
    "name": "streamich",
    "url": "https://github.com/streamich"
  },
  "homepage": "https://github.com/streamich/json-joy/tree/master/packages/collaborative-codemirror",
  "repository": {
    "type": "git",
    "url": "https://github.com/streamich/json-joy.git",
    "directory": "packages/collaborative-codemirror"
  },
  "license": "AGPL-3.0-only",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/streamich"
  },
  "keywords": [
    "codemirror",
    "codemirror-editor",
    "codemirror-editor-binding",
    "collaborative",
    "multiplayer",
    "binding",
    "collaborative-editor",
    "editor",
    "input",
    "textarea",
    "contenteditable",
    "json-crdt",
    "json",
    "crdt"
  ],
  "dependencies": {
    "@jsonjoy.com/collaborative-presence": "18.28.0",
    "@jsonjoy.com/collaborative-str": "18.28.0",
    "@jsonjoy.com/ui": "18.28.0",
    "json-joy": "18.28.0",
    "nano-theme": "18.28.0"
  },
  "peerDependencies": {
    "@codemirror/state": "*",
    "@codemirror/view": "*",
    "codemirror": "*",
    "tslib": "*"
  },
  "devDependencies": {
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "codemirror": "^6.0.2",
    "react": "^19.2.3",
    "react-dom": "^19.2.3"
  },
  "engines": {
    "node": ">=10.0"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "typings": "lib/index.d.ts",
  "files": [
    "LICENSE",
    "lib/"
  ],
  "scripts": {
    "clean": "npx rimraf lib typedocs coverage gh-pages yarn-error.log",
    "build": "tsc -b tsconfig.build.json",
    "jest": "node -r ts-node/register ./node_modules/.bin/jest",
    "test": "jest --maxWorkers 7",
    "test:ci": "yarn jest --maxWorkers 3 --no-cache",
    "coverage": "yarn test --collectCoverage",
    "typedoc": "typedoc",
    "typecheck": "tsc -b --noEmit"
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node",
    "moduleFileExtensions": [
      "ts",
      "js",
      "tsx"
    ],
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "transformIgnorePatterns": [
      ".*/node_modules/.*"
    ],
    "testRegex": ".*/(__tests__|__jest__|demo)/.*(?<!\\.vi)\\.(test|spec)\\.tsx?$",
    "rootDir": ".",
    "testPathIgnorePatterns": [
      "node_modules",
      "\\.vi\\.(test|spec)\\.tsx?$"
    ]
  }
}