{
    "name": "raffaello",
    "version": "1.6.3",
    "description": "A suite of client-side JavaScript objects and tools for image templatisation.",
    "main": "dist/raffaello.min.js",
    "style": "dist/raffaello.min.css",
    "files": [
        "dist"
    ],
    "scripts": {
        "build": "rollup -c",
        "release:patch": "rollup -c && git add . && git commit -m 'Release patch update' && npm version patch && git push origin main --tags && npm publish",
        "release:minor": "rollup -c && git add . && git commit -m 'Release minor update' && npm version minor && git push origin main --tags && npm publish",
        "release:major": "rollup -c && git add . && git commit -m 'Release major update' && npm version major && git push origin main --tags && npm publish",
        "release:quick-patch": "npm version patch && git push origin main --tags && npm publish",
        "release:quick-minor": "npm version minor && git push origin main --tags && npm publish",
        "release:quick-major": "npm version major && git push origin main --tags && npm publish"
    },
    "keywords": [
        "javascript",
        "browser",
        "library",
        "client-side",
        "image-template"
    ],
    "author": "Theo Francart @ RTS - Radio Television Suisse",
    "license": "UNLICENSED",
    "private": false,
    "devDependencies": {
        "@rollup/plugin-commonjs": "^29.0.0",
        "@rollup/plugin-node-resolve": "^16.0.3",
        "rollup": "^2.79.2",
        "rollup-plugin-postcss": "^4.0.2",
        "rollup-plugin-terser": "^7.0.2"
    },
    "dependencies": {
        "@zip.js/zip.js": "^2.8.15",
        "mediabunny": "^1.24.6"
    }
}
