{
  "name": "@zeainc/zea-collab",
  "version": "6.3.4",
  "description": "The Zea Collab library provides Client and Server side tools for connecting and synchronizing users.",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "browser": "dist/index.umd.js",
  "files": [
    "dist/"
  ],
  "keywords": [
    "Zea"
  ],
  "scripts": {
    "build": "rollup -c",
    "build:watch": "rollup -w -c",
    "dev": "npm-run-all --parallel build:watch start:watch",
    "dist": "yarn publish --access=public",
    "docs": "cp CHANGELOG.md docs/ && adg --config adg.config.json",
    "docs-w": "cp CHANGELOG.md docs/ && adg -w --config=adg.config.json",
    "docs:serve": "docsify serve docs/",
    "prepare": "yarn run build",
    "release": "standard-version",
    "start": "es-dev-server --cors",
    "start:watch": "es-dev-server --cors --app-index testing-e2e/index.html --open --watch",
    "to-cleanup": "rm -Rf dist/ node_modules/ yarn.lock"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/ZeaInc/zea-collab.git"
  },
  "bugs": {
    "url": "https://github.com/ZeaInc/zea-collab/issues"
  },
  "homepage": "https://github.com/ZeaInc/zea-collab#readme",
  "author": "Zea Inc.",
  "license": "MIT",
  "dependencies": {
    "debug": "^4.1.1",
    "socket.io-client": "^2.3.0",
    "socketio-wildcard": "^2.0.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^15.0.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^9.0.0",
    "@zeainc/jsdocs2md": "^0.0.8",
    "@zeainc/zea-engine": "^4.13.0",
    "@zeainc/zea-ux": "4.6.0",
    "bufferutil": "^4.0.1",
    "builtin-modules": "^3.1.0",
    "crypto": "^1.0.1",
    "docsify-cli": "^4.4.1",
    "es-dev-server": "^1.57.4",
    "eslint": "^7.9.0",
    "eslint-config-airbnb-base": "^14.1.0",
    "eslint-plugin-import": "^2.20.2",
    "npm-run-all": "^4.1.5",
    "path": "^0.12.7",
    "prettier": "2.1.2",
    "rollup": "^2.27.0",
    "rollup-plugin-node-polyfills": "^0.2.1",
    "rollup-plugin-terser": "^7.0.2",
    "standard-version": "^9.0.0",
    "stream": "^0.0.2",
    "tls": "^0.0.1",
    "utf-8-validate": "^5.0.2"
  }
}
