{
    "name": "@fasteroid/panzoom-revamped",
    "version": "11.0.0",
    "description": "Extensible, mobile friendly pan and zoom framework.",
    "main": "index.js",
    "module": "index.js",
    "types": "index.d.ts",
    "scripts": {
        "build": "tsc",
        "dev": "tsc --watch"
    },
    "author": "Fasteroid",
    "contributors": [
        "Fasteroid"
    ],
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Fasteroid/panzoom-revamped.git"
    },
    "keywords": [
        "dom",
        "svg",
        "pan",
        "zoom"
    ],
    "bugs": {
        "url": "https://github.com/Fasteroid/panzoom-revamped/issues"
    },
    "homepage": "https://github.com/Fasteroid/panzoom-revamped#readme",
    "devDependencies": {
        "@types/node": "^20.17.6",
        "esbuild-register": "^3.6.0",
        "typescript": "^5.6.3"
    },
    "files": [
        "**/**.js",
        "**/**.d.ts",
        "**/**.js.map",
        "**/**.d.ts.map"
    ]
}
