{
  "author": "Piotr Laszczkowski <contact@mrpiotr.dev>",
  "bugs": {
    "url": "https://github.com/mrpiotr-dev/shortcutter/issues"
  },
  "description": "Tiny, dependency-free library to manage keyboard shortcuts in your application.",
  "homepage": "https://shortcutter.dev",
  "jsnext:main": "./jsnext/index.js",
  "jsdelivr": "./umd/shortcutter.umd.js",
  "keywords": [
    "shortcuts",
    "hotkeys",
    "hotkey",
    "keyboard",
    "shortcut",
    "keydown",
    "keypress",
    "keyup",
    "key-binding"
  ],
  "license": "MIT",
  "main": "./cjs/index.js",
  "module": "./esm/index.js",
  "name": "shortcutter",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mrpiotr-dev/shortcutter.git"
  },
  "typings": "./types/index.d.ts",
  "unpkg": "./umd/shortcutter.umd.js",
  "version": "0.2.0"
}
