{
  "name": "@syncedstore/yjs-reactive-bindings",
  "description": "A bridge between Reactive programming libraries (reactive, Vue or MobX) and Yjs",
  "version": "0.6.0",
  "private": false,
  "main": "dist/yjs-reactive-bindings.js",
  "module": "dist/yjs-reactive-bindings.module.js",
  "umd:main": "dist/yjs-reactive-bindings.umd.js",
  "exports": {
    "types": "./types/index.d.ts",
    "require": "./dist/yjs-reactive-bindings.js",
    "default": "./dist/yjs-reactive-bindings.modern.mjs"
  },
  "source": "src/index.ts",
  "types": "types/index.d.ts",
  "license": "MIT",
  "peerDependencies": {
    "yjs": "^13.5.13"
  },
  "devDependencies": {
    "@types/eslint": "6.8.0",
    "microbundle": "^0.15.1",
    "mobx": "^6.3.5",
    "rimraf": "^3.0.2"
  },
  "scripts": {
    "test": "echo \"Run tests from root\" && exit 1",
    "clean": "rimraf dist && rimraf types",
    "build": "npm run clean && microbundle build --raw --no-compress --tsconfig tsconfig.build.json",
    "watch": "microbundle watch"
  },
  "publishConfig": {
    "access": "public"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "keywords": [
    "reactive",
    "mobx",
    "vue",
    "vuejs",
    "observable",
    "yjs",
    "crdt"
  ],
  "gitHead": "e9e7e4f1d2ddeedf101007b97ad2d004f5f3423f"
}
