{
  "name": "ios-haptics",
  "type": "module",
  "version": "3.1.1",
  "description": "haptic feedback for ios safari",
  "author": "tijnjh",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tijnjh/ios-haptics.git"
  },
  "keywords": [
    "haptic",
    "haptics",
    "ios",
    "feedback",
    "haptic-feedback",
    "taptic",
    "safari",
    "vibrate"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsdown"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^9.0.0",
    "eslint": "^10.5.0",
    "tsdown": "latest"
  }
}
