{
    "name": "tactus",
    "description": "Add native-like haptic feedback to any web app.",
    "keywords": [
        "haptics",
        "haptic",
        "taptic",
        "haptic-feedback",
        "taptic-engine",
        "taptic-feedback",
        "vibrate",
        "vibration",
        "web",
        "feedback",
        "native",
        "mobile",
        "ios",
        "android",
        "native-like",
        "vibration-feedback",
        "touch",
        "interaction"
    ],
    "version": "0.0.3",
    "module": "src/index.ts",
    "type": "module",
    "license": "MIT",
    "homepage": "https://tactus.aadee.xyz",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/aadeexyz/tactus.git"
    },
    "exports": {
        ".": {
            "import": "./dist/index.mjs",
            "require": "./dist/index.cjs"
        }
    },
    "main": "./dist/index.cjs",
    "jsdelivr": "dist/packages/million.mjs",
    "unpkg": "dist/packages/million.mjs",
    "types": "./dist/index.d.ts",
    "files": [
        "dist"
    ],
    "scripts": {
        "build": "unbuild"
    },
    "devDependencies": {
        "@types/bun": "latest",
        "typescript": "^5",
        "unbuild": "^3.5.0"
    }
}
