{
  "name": "yjs",
  "version": "13.0.0-85",
  "description": "Shared Editing Library",
  "main": "./dist/yjs.js",
  "module": "./dist/yjs.mjs",
  "sideEffects": false,
  "scripts": {
    "test": "npm run dist && PRODUCTION=1 node ./dist/tests.js --repitition-time 50 --production",
    "test-exhaustive": "npm run lint && npm run dist && node ./dist/tests.js --repitition-time 10000",
    "dist": "rm -rf dist && rollup -c",
    "watch": "rollup -wc",
    "lint": "standard && tsc",
    "docs": "rm -rf docs; jsdoc --configure ./.jsdoc.json --verbose --readme ./README.v13.md --package ./package.json || true",
    "serve-docs": "npm run docs && serve ./docs/",
    "preversion": "PRODUCTION=1 npm run dist && npm run docs && node ./dist/tests.js --repitition-time 1000",
    "postversion": "git push && git push --tags",
    "debug": "concurrently 'live-server --port=3443 --entry-file=test.html' 'npm run watch'",
    "trace-deopt": "clear && rollup -c  && node --trace-deopt dist/test.js",
    "trace-opt": "clear && rollup -c  && node --trace-opt dist/test.js"
  },
  "files": [
    "dist/*",
    "src/*",
    "tests/*",
    "docs/*"
  ],
  "dictionaries": {
    "doc": "docs",
    "test": "tests"
  },
  "standard": {
    "ignore": [
      "/dist",
      "/node_modules",
      "/docs"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/y-js/yjs.git"
  },
  "keywords": [
    "crdt"
  ],
  "author": "Kevin Jahns",
  "email": "kevin.jahns@rwth-aachen.de",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/y-js/yjs/issues"
  },
  "homepage": "http://y-js.org",
  "dependencies": {
    "lib0": "0.0.5"
  },
  "devDependencies": {
    "concurrently": "^3.6.1",
    "jsdoc": "^3.6.2",
    "live-server": "^1.2.1",
    "rollup": "^1.11.3",
    "rollup-cli": "^1.0.9",
    "rollup-plugin-commonjs": "^9.3.4",
    "rollup-plugin-node-resolve": "^4.2.4",
    "rollup-plugin-terser": "^4.0.4",
    "standard": "^11.0.1",
    "tui-jsdoc-template": "^1.2.2",
    "typescript": "^3.4.5",
    "y-protocols": "0.0.6"
  }
}