{
  "name": "@convertkit/slate-hotkeys",
  "description": "A set of function to detect common keypresses in a platform-agnostic way",
  "version": "0.4.0",
  "license": "MIT",
  "repository": "git://github.com/ianstormtaylor/slate.git",
  "main": "src/index.js",
  "module": "lib/slate-hotkeys.js",
  "files": [
    "lib/"
  ],
  "dependencies": {
    "@convertkit/slate-dev-environment": "^0.4.0",
    "is-hotkey": "0.1.4"
  },
  "scripts": {
    "clean": "rm -rf ./dist ./lib ./node_modules"
  },
  "keywords": [
    "contenteditable",
    "editor",
    "keybinding",
    "keypress",
    "slate",
    "text"
  ]
}
