{
  "name": "@slate-sheikah/backend",
  "version": "1.7.0",
  "files": [
    "lib"
  ],
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "description": "slate-sheikah backend: Backend components for slate-sheikah. Slate + Automerge + Sockets",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/docket-hq/slate-sheikah.git"
  },
  "keywords": [
    "slate",
    "automerge",
    "server",
    "collab",
    "collaboration",
    "socket"
  ],
  "publishConfig": {
    "access": "public"
  },
  "author": "jnbarlow",
  "license": "MIT",
  "scripts": {
    "prepublishOnly": "yarn run build:module",
    "build:module": "yarn run build:types && yarn run build:js",
    "build:types": "tsc --emitDeclarationOnly",
    "build:js": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline",
    "watch": "yarn build:js -w"
  },
  "dependencies": {
    "@babel/plugin-proposal-optional-chaining": "^7.9.0",
    "@babel/runtime": "^7.6.3",
    "@slate-sheikah/bridge": "^1.7.0",
    "@types/lodash": "^4.14.150",
    "@types/socket.io": "^2.1.4",
    "automerge": "0.14.2",
    "lodash": "^4.17.15",
    "slate": "0.70.0",
    "socket.io": "^2.3.0",
    "typescript": "^3.8.3"
  },
  "devDependencies": {
    "@babel/cli": "^7.6.0",
    "@babel/core": "^7.6.0",
    "@babel/plugin-proposal-class-properties": "^7.5.5",
    "@babel/plugin-proposal-object-rest-spread": "^7.5.5",
    "@babel/plugin-transform-runtime": "^7.6.0",
    "@babel/preset-env": "^7.6.0",
    "@babel/preset-typescript": "^7.6.0"
  },
  "directories": {
    "lib": "lib"
  },
  "gitHead": "0e32f2292cb34462885557fc07fd79f629c2f984"
}
