{
    "$schema": "https://www.schemastore.org/package.json",
    "private": true,
    "type": "module",
    "//": "Node is for DEVELOPERS ONLY. Every built asset is included in the download, so a buyer installs and runs QuickMunch with no npm, no Composer and no build step. Run these only if you edit the CSS partials in public/css/src/ or the scripts in public/js/.",
    "scripts": {
        "build": "node build/index.mjs",
        "build:css": "node build/css.mjs",
        "build:js": "node build/js.mjs"
    },
    "devDependencies": {
        "clean-css": "^5.3.3",
        "rtlcss": "^4.3.0",
        "terser": "^5.36.0"
    }
}
