{
    "name": "marshall-y-slate",
    "version": "1.0.2",
    "description": "Yjs bindings for Slate.",
    "keywords": [
        "slate",
        "slatejs",
        "yjs",
        "y-websocket",
        "worktile",
        "y-slate",
        "withUndoManager"
    ],
    "main": "dist/main/index.js",
    "module": "dist/module/index.js",
    "scripts": {
        "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",
        "release": "standard-version",
        "pub": "npm run build && cp package.json dist/ && cd dist && npm publish"
    },
    "author": "",
    "license": "MIT",
    "devDependencies": {
        "@commitlint/cli": "^12.1.4",
        "@commitlint/config-conventional": "^12.1.4",
        "@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",
        "rxjs": "^7.2.0",
        "semantic-release": "^17.4.4",
        "slate": "^0.65.3",
        "ts-jest": "^26.5.6",
        "ts-node": "^9.1.0",
        "tsc": "^2.0.3",
        "typescript": "^4.5.4",
        "yjs": "^13.5.11"
    },
    "dependencies": {
        "standard-version": "^9.3.0",
        "tiny-invariant": "1.1.0",
        "y-protocols": "^1.0.5"
    },
    "peerDependencies": {
        "rxjs": "^7.2.0",
        "slate": "^0.65.3",
        "yjs": "^13.5.4"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/MarshallChang/y-slate.git"
    }
}