{
  "name": "slate-yjs",
  "sideEffects": false,
  "version": "3.2.0",
  "description": "Yjs bindings for Slate.",
  "keywords": [
    "slate",
    "slatejs",
    "yjs",
    "y-websocket"
  ],
  "main": "dist/main/index.js",
  "typings": "dist/main/index.d.ts",
  "module": "dist/module/index.js",
  "exports": {
    ".": {
      "import": "./dist/module/index.js",
      "require": "./dist/main/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "author": "Eric Meier <eric@barbra.io>",
  "repository": {
    "type": "git",
    "url": "https://github.com/BitPhinix/slate-yjs.git"
  },
  "license": "MIT",
  "engines": {
    "node": ">=6.0.0"
  },
  "scripts": {
    "lint": "eslint ./test/**/*.ts ./src/**/*.ts --quiet",
    "fix": "eslint ./test/**/*.ts ./src/**/*.ts --quiet --fix",
    "build": "rimraf dist && npm run build:main & npm run build:module",
    "build:main": "tsc -p tsconfig.json",
    "build:module": "tsc -p tsconfig.module.json",
    "test": "jest --forceExit --coverage",
    "test:watch": "jest --forceExit --coverage --watch",
    "semantic-release": "semantic-release",
    "commit": "cz"
  },
  "devDependencies": {
    "@commitlint/cli": "^12.1.4",
    "@commitlint/config-conventional": "^12.1.4",
    "@semantic-release/git": "^9.0.0",
    "@types/jest": "^26.0.23",
    "@types/react": "^17.0.13",
    "@typescript-eslint/eslint-plugin": "^4.28.1",
    "@typescript-eslint/parser": "^4.28.1",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^7.30.0",
    "eslint-config-airbnb-typescript-prettier": "^4.2.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^3.4.0",
    "husky": "^5.2.0",
    "jest": "^26.6.3",
    "jest-config": "^26.6.3",
    "prettier": "^2.3.2",
    "react": "^17.0.2",
    "rimraf": "^3.0.2",
    "semantic-release": "^17.4.4",
    "slate": "~0.59.0",
    "ts-jest": "^26.5.6",
    "ts-node": "^9.1.0",
    "typescript": "^4.3.5",
    "yjs": "^13.5.11"
  },
  "dependencies": {
    "tiny-invariant": "1.1.0",
    "y-protocols": "^1.0.5"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "slate": "^0.59.0",
    "yjs": "^13.5.4"
  },
  "bugs": {
    "url": "https://github.com/BitPhinix/slate-yjs/issues"
  },
  "homepage": "https://github.com/BitPhinix/slate-yjs#readme",
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint test",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "prepare-commit-msg": "exec < /dev/tty && git cz --hook || true"
    }
  }
}
