{
  "name": "use-haptic",
  "version": "1.1.13",
  "description": "A convenient React hook to trigger haptic feedback anywhere in your application",
  "keywords": [
    "react",
    "haptic",
    "haptic feedback",
    "pwa",
    "ios",
    "Taptic",
    "iOSHaptic",
    "Haptics",
    "TapticHaptic",
    "iOS Haptic",
    "Touch Feedback",
    "React Hook",
    "React Hooks",
    "Vibrate API",
    "Vibration",
    "Cross-Platform",
    "Mobile",
    "iOS Safari",
    "Taptic Engine",
    "Touch Interaction",
    "User Feedback",
    "Browser Compatibility",
    "Device Feedback",
    "UI/UX"
  ],
  "author": "posaune0423",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/posaune0423/use-haptic.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/posaune0423/use-haptic/issues"
  },
  "main": "./script/mod.js",
  "module": "./esm/mod.js",
  "types": "./esm/mod.d.ts",
  "exports": {
    ".": {
      "import": "./esm/mod.js",
      "require": "./script/mod.js"
    }
  },
  "dependencies": {
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.9.0",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0"
  },
  "_generatedBy": "dnt@dev"
}