UNPKG

@skokenes/slate-yjs

Version:
95 lines (94 loc) 2.58 kB
{ "name": "@skokenes/slate-yjs", "sideEffects": false, "version": "2.0.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", "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", "@types/jest": "26.0.23", "@types/lodash": "4.14.170", "@types/node": "10.17.60", "@types/react": "17.0.6", "@types/shelljs": "0.8.8", "@typescript-eslint/eslint-plugin": "4.24.0", "@typescript-eslint/parser": "4.24.0", "cz-conventional-changelog": "3.3.0", "eslint": "7.27.0", "eslint-config-airbnb-typescript-prettier": "4.2.0", "eslint-config-prettier": "8.3.0", "eslint-plugin-prettier": "3.4.0", "esrever": "0.2.0", "husky": "5.2.0", "install-peers-cli": "2.2.0", "jest": "26.6.3", "jest-config": "26.6.3", "lint-staged": "10.5.4", "prettier": "2.3.0", "react": "17.0.2", "rimraf": "3.0.2", "semantic-release": "17.4.3", "slate": "0.59.0", "ts-jest": "26.5.6", "ts-node": "9.1.0", "typescript": "4.2.4", "yjs": "13.5.6" }, "dependencies": { "tiny-invariant": "1.1.0", "y-protocols": "^1.0.2" }, "peerDependencies": { "react": "^17.0.1", "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" } } }