{
    "name": "haptic-ripple",
    "version": "1.0.8",
    "description": "haptic feedback ripple effect for web interfaces",
    "main": "dist/index.js",
    "module": "dist/index.esm.js",
    "files": [
        "dist"
    ],
    "scripts": {
        "build": "rollup -c",
        "build:types": "tsc --emitDeclarationOnly",
        "dev": "rollup -c -w",
        "type-check": "tsc --noEmit",
        "deploy": "npm run build "
    },
    "keywords": [
        "haptic",
        "feedback",
        "ripple",
        "ui",
        "animation",
        "click",
        "touch"
    ],
    "author": "Yanshuman Yadav",
    "license": "MIT",
    "devDependencies": {
        "@rollup/plugin-node-resolve": "^13.3.0",
        "rollup": "^2.79.2",
        "rollup-plugin-typescript2": "^0.31.2",
        "typescript": "^4.9.5"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/yanshuy/haptic-ripple"
    }
}
