{
  "name": "ios-haptics",
  "version": "0.0.8",
  "description": "haptic feedback for ios safari",
  "keywords": [
    "haptic",
    "ios",
    "feedback",
    "haptic-feedback",
    "taptic",
    "safari",
    "vibrate"
  ],
  "repository": "tijnjh/ios-haptics",
  "license": "MIT",
  "author": "tijnjh",
  "type": "module",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsdown"
  },
  "devDependencies": {
    "tsdown": "latest",
    "typescript": "^5.8.3"
  }
}
