{
    "name": "vanilla-js-wheel-zoom",
    "version": "9.0.4",
    "main": "src/wheel-zoom.js",
    "devDependencies": {
        "@babel/core": "^7.25.8",
        "@babel/preset-env": "^7.25.8",
        "@rollup/plugin-babel": "^6.0.4",
        "prettier": "3.3.3",
        "rollup": "^4.24.0",
        "terser": "^5.34.1"
    },
    "scripts": {
        "build": "yarn rollup && yarn prettier && yarn minify",
        "watch": "yarn rollup --watch",
        "rollup": "node ./node_modules/rollup/dist/bin/rollup --config",
        "prettier": "node ./node_modules/prettier/bin/prettier.cjs --write dist/wheel-zoom.js",
        "minify": "node ./node_modules/terser/bin/terser dist/wheel-zoom.js -cm --output dist/wheel-zoom.min.js"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/worka/vanilla-js-wheel-zoom.git"
    },
    "keywords": [
        "wheelzoom",
        "js",
        "javascript",
        "vanilla",
        "mousewheel",
        "image zoom",
        "image scale",
        "drag scrollable image",
        "zoom",
        "pinch-to-zoom"
    ],
    "author": "worka",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/worka/vanilla-js-wheel-zoom/issues"
    },
    "homepage": "https://github.com/worka/vanilla-js-wheel-zoom"
}
