{
  "name": "use-swipe-hook",
  "version": "2.0.2",
  "description": "A simple and easy to use tiny library that provides useSwipe hook to use with React that enables swipe gestures for touch screens",
  "main": "lib/umd/index.js",
  "browser": "lib/umd/index.js",
  "module": "lib/esm/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rollup -c",
    "start": "rollup --config ./rollup.config.js -w",
    "prepublishOnly": "rm -rf lib && npm run build",
    "postbuild": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rajatkantinandi/useSwipe.git"
  },
  "files": [
    "/lib"
  ],
  "keywords": [
    "touch",
    "swipe",
    "drag",
    "react",
    "hooks"
  ],
  "author": "Rajat Kanti Nandi",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/rajatkantinandi/useSwipe/issues"
  },
  "homepage": "https://github.com/rajatkantinandi/useSwipe#readme",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^17.1.0",
    "@rollup/plugin-node-resolve": "^11.2.0",
    "@rollup/plugin-terser": "^1.0.0",
    "@types/react": "^16.9.2",
    "@types/react-dom": "^16.9.0",
    "react": "^16.8.0",
    "react-dom": "^16.8.0",
    "rollup": "^2.79.2",
    "rollup-plugin-peer-deps-external": "^2.2.0",
    "rollup-plugin-typescript2": "^0.37.0",
    "tslib": "^2.8.1",
    "typescript": "^5.9.3"
  },
  "peerDependencies": {
    "react": "^16.8.0",
    "react-dom": "^16.8.0"
  }
}
