{
  "name": "keysme",
  "version": "1.0.9",
  "description": "Easily manage keyboard interactions and complex hotkeys / keyboard shortcuts / shorthands",
  "main": "index.js",
  "scripts": {
    "build": "babel src -d lib",
    "test": "jest --coverage",
    "test:watch": "jest --watchAll",
    "npm:pack": "npm pack",
    "release": "np",
    "release:preview": "np --preview"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Oaxoa/Keysme"
  },
  "keywords": [
    "hotkey",
    "hotkeys",
    "keyboard",
    "keyboardevent",
    "keyboard manager",
    "keyboard management",
    "shortcut",
    "shorthand"
  ],
  "author": "Pierluigi Pesenti",
  "license": "MIT",
  "devDependencies": {
    "@babel/cli": "^7.11.6",
    "@babel/core": "^7.11.6",
    "@babel/preset-env": "^7.11.5",
    "babel-jest": "^26.3.0",
    "cross-cat": "^1.0.0",
    "jest": "^26.4.2",
    "np": "^6.5.0",
    "prettier": "2.1.1",
    "react": "^16.13.1"
  },
  "optionalDependencies": {
    "react": ">=16"
  }
}
