{
  "name": "@udecode/slate-plugins-common",
  "version": "1.0.0-next.61",
  "description": "Slate plugins common",
  "keywords": [],
  "homepage": "https://github.com/udecode/slate-plugins/tree/main/packages/common#readme",
  "bugs": {
    "url": "https://github.com/udecode/slate-plugins/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/udecode/slate-plugins.git"
  },
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "cti": "sh ../../cti.sh",
    "prebuild": "rimraf dist",
    "build": "tsc && yarn rollup",
    "build:w": "yarn rollup -w",
    "rollup": "rollup -c=../../rollup.config.js",
    "test": "jest"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0",
    "slate": ">=0.60.0",
    "slate-react": ">=0.60.0"
  },
  "dependencies": {
    "@udecode/slate-plugins-core": "1.0.0-next.61",
    "is-hotkey": "^0.1.6"
  },
  "publishConfig": {
    "access": "public"
  }
}
