{
  "name": "mobx-keystone-yjs",
  "version": "1.6.0",
  "description": "Yjs bindings for mobx-keystone",
  "keywords": [
    "mobx",
    "mobx-keystone",
    "yjs",
    "crdt",
    "state",
    "state-management",
    "reactive",
    "collaborative"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/xaviergonz/mobx-keystone.git"
  },
  "bugs": {
    "url": "https://github.com/xaviergonz/mobx-keystone/issues"
  },
  "homepage": "https://mobx-keystone.js.org",
  "license": "MIT",
  "author": "Javier González Garcés",
  "source": "./src/index.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/types/index.d.ts",
      "script": "./dist/mobx-keystone-yjs.umd.js",
      "import": "./dist/mobx-keystone-yjs.esm.mjs",
      "require": "./dist/mobx-keystone-yjs.umd.js",
      "default": "./dist/mobx-keystone-yjs.esm.mjs"
    }
  },
  "esmodule": "./dist/mobx-keystone-yjs.esm.js",
  "module": "./dist/mobx-keystone-yjs.esm.js",
  "jsnext:main": "./dist/mobx-keystone-yjs.esm.js",
  "react-native": "./dist/mobx-keystone-yjs.umd.js",
  "umd:main": "./dist/mobx-keystone-yjs.umd.js",
  "unpkg": "./dist/mobx-keystone-yjs.umd.js",
  "jsdelivr": "./dist/mobx-keystone-yjs.umd.js",
  "main": "./dist/mobx-keystone-yjs.umd.js",
  "types": "./dist/types/index.d.ts",
  "typings": "./dist/types/index.d.ts",
  "sideEffects": false,
  "files": [
    "src",
    "dist",
    "LICENSE",
    "CHANGELOG.md",
    "README.md"
  ],
  "scripts": {
    "quick-build": "tsc",
    "quick-build-tests": "tsc -p test",
    "copy-root-files": "shx cp ../../LICENSE .",
    "build": "yarn quick-build && yarn copy-root-files && shx rm -rf dist && vite build && shx cp dist/mobx-keystone-yjs.esm.mjs dist/mobx-keystone-yjs.esm.js",
    "test": "jest",
    "test:ci": "yarn test -i"
  },
  "peerDependencies": {
    "mobx": "^6.0.0 || ^5.0.0 || ^4.0.0",
    "mobx-keystone": "^1.12.0",
    "yjs": "^13.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.28.5",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-decorators": "^7.28.0",
    "@babel/preset-env": "^7.28.5",
    "@babel/preset-typescript": "^7.28.5",
    "@types/jest": "^30.0.0",
    "@types/node": "^25.0.3",
    "babel-jest": "^30.2.0",
    "jest": "^30.2.0",
    "mobx-keystone": "workspace:packages/lib",
    "shx": "^0.4.0",
    "spec.ts": "^1.1.3",
    "ts-jest": "^29.4.6",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "tslib": "^2.8.1"
  },
  "directories": {
    "test": "test"
  }
}
