{
  "name": "sharedb-client",
  "version": "1.3.4",
  "description": "Browser-targeted ESM bundle for ShareDB's front end client https://github.com/share/sharedb",
  "module": "dist/sharedb-client.js",
  "repository": "https://github.com/codynova/sharedb-client",
  "author": "Cody Nova",
  "license": "MIT",
  "private": false,
  "scripts": {
    "build": "rollup -c"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "13.0.0",
    "@rollup/plugin-node-resolve": "8.0.1",
    "rollup": "2.15.0",
    "rollup-plugin-node-polyfills": "0.2.1",
    "sharedb": "1.3.4"
  }
}
