{
  "name": "@mylinkpi/sharedb",
  "version": "3.3.2",
  "description": "JSON OT database backend",
  "main": "lib/index.js",
  "dependencies": {
    "arraydiff": "^0.1.1",
    "async": "^2.6.3",
    "fast-deep-equal": "^2.0.1",
    "hat": "0.0.3",
    "ot-json0": "^1.0.1"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "coveralls": "^3.0.7",
    "eslint": "^7.32.0",
    "eslint-config-google": "^0.14.0",
    "lolex": "^5.1.1",
    "mocha": "^8.2.1",
    "nyc": "^14.1.1",
    "ot-json0-v2": "https://github.com/ottypes/json0#90a3ae26364c4fa3b19b6df34dad46707a704421",
    "ot-json1": "^0.3.0",
    "rich-text": "^4.1.0",
    "sharedb-legacy": "npm:sharedb@=1.1.0",
    "sinon": "^9.2.4"
  },
  "files": [
    "lib/",
    "test/"
  ],
  "scripts": {
    "docs:install": "cd docs && bundle install",
    "docs:build": "cd docs && bundle exec jekyll build",
    "docs:start": "cd docs && bundle exec jekyll serve --livereload",
    "test": "mocha",
    "test-cover": "nyc --temp-dir=coverage -r text -r lcov npm test",
    "lint": "./node_modules/.bin/eslint --ignore-path .gitignore '**/*.js'",
    "lint:fix": "npm run lint -- --fix"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/MyLinkPi/sharedb.git"
  },
  "author": "Nate Smith and Joseph Gentle",
  "license": "MIT"
}
