{
  "name": "recoil-sharedb",
  "version": "0.2.1",
  "description": "recoil sharedb",
  "main": "lib/index.js",
  "scripts": {
    "build": "tsc",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Qquanwei/recoil-sharedb.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Qquanwei/recoil-sharedb/issues"
  },
  "homepage": "https://github.com/Qquanwei/recoil-sharedb#readme",
  "peerDependencies": {
    "@types/react": ">=16.13.1",
    "@types/recoil": "^0.0.9",
    "@types/sharedb": "^3.2.0",
    "react": ">=16.13.1",
    "recoil": "^0.7.5",
    "recoil-sync": "^0.1.1",
    "sharedb": "^4.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.20.12",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-typescript": "^7.18.6",
    "@types/react": "^18.0.21",
    "@types/recoil": "^0.0.9",
    "@types/sharedb": "^3.2.0",
    "jest": "^29.4.2",
    "jest-babel": "^1.0.1",
    "ot-json1": "^1.0.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "recoil": "^0.7.5",
    "recoil-sync": "^0.1.1",
    "semver": "^7.3.8",
    "sharedb": "^4.0.0",
    "typescript": "^5.5.4"
  },
  "dependencies": {
    "reconnecting-websocket": "^4.4.0",
    "socket.io-client": "^4.7.5"
  }
}
