{
  "name": "@redux-beacon/debounce-event",
  "version": "1.0.2",
  "description": "Redux Beacon extension for debouncing events",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "engines": {
    "node": ">= 6"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rangle/redux-beacon.git"
  },
  "homepage": "https://rangle.github.io/redux-beacon/docs/extensions/debounce-event.html",
  "license": "MIT",
  "scripts": {
    "prepublishOnly": "yarn run build",
    "build": "tsc -p tsconfig.build.json"
  },
  "peerDependencies": {
    "redux-beacon": "2.x"
  }
}
