{
  "name": "wuk-newsletter-styles",
  "version": "2.0.0",
  "private": true,
  "description": "WUK newsletter email stylesheet (Foundation for Emails 2.2.1), compiled with Dart Sass. The email HTML itself is assembled at request time by the TYPO3 NewsletterRenderer (pure PHP, no Node); this project only builds the stylesheet that the renderer inlines.",
  "license": "MIT",
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "build": "sass --load-path=node_modules/foundation-emails/scss --style=compressed --no-source-map src/assets/scss/app.scss:css/app.css",
    "watch": "sass --load-path=node_modules/foundation-emails/scss --style=compressed --no-source-map --watch src/assets/scss/app.scss:css/app.css"
  },
  "dependencies": {
    "foundation-emails": "2.2.1"
  },
  "devDependencies": {
    "sass": "^1.101.7"
  }
}
