{
  "name": "use-debounced-effect",
  "version": "2.0.1",
  "description": "Debounced effect hook for react",
  "main": "lib/index.js",
  "typings": "index.d.ts",
  "scripts": {
    "build": "babel ./src --out-dir ./lib"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:samanmohamadi/use-debounced-effect.git"
  },
  "keywords": [
    "debounce",
    "use-effect",
    "react-hook",
    "react"
  ],
  "author": "Saman Mohamadi (mohamadi.saman@gmail.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/samanmohamadi/use-debounced-effect/issues"
  },
  "peerDependencies": {},
  "homepage": "https://github.com/samanmohamadi/use-debounced-effect#readme",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.7.0"
  }
}
