{
  "name": "wf-cookie-consent",
  "version": "1.3.0",
  "private": true,
  "description": "Build tooling for the WF Cookie Consent WordPress plugin. Lives at the SVN repo root and is NOT shipped to users (only trunk/ is packaged).",
  "license": "GPL-2.0-or-later",
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build:js": "terser trunk/js/cookiechoices.js --compress --mangle --comments \"/Copyright/\" --output trunk/js/cookiechoices.min.js",
    "build:css": "cleancss --output trunk/css/wf-cookie-consent.min.css trunk/css/wf-cookie-consent.css",
    "build": "npm run build:js && npm run build:css",
    "watch:js": "onchange \"trunk/js/cookiechoices.js\" -- npm run build:js",
    "watch:css": "onchange \"trunk/css/wf-cookie-consent.css\" -- npm run build:css",
    "watch": "npm-run-all --parallel watch:js watch:css"
  },
  "devDependencies": {
    "clean-css-cli": "^5.6.3",
    "npm-run-all": "^4.1.5",
    "onchange": "^7.1.0",
    "terser": "^5.36.0"
  }
}
