{
  "name": "@gov-cy/dsf-email-templates",
  "version": "2.1.0",
  "description": "This project can be used to produce html email templates to be used by DSF.",
  "author": "DMRID - DSF Team",
  "license": "MIT",
  "type": "module",
  "main": "src/index.mjs",
  "module": "src/index.mjs",
  "bin": {
    "dsf-email-templater": "./bin/dsf-email-templater.js"
  },
  "keywords": [
    "govcy",
    "design system",
    "dsf",
    "email",
    "template",
    "builder"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/gov-cy/dsf-email-template.git"
  },
  "homepage": "https://github.com/gov-cy/dsf-email-template",
  "dependencies": {
    "nodemailer": "^6.8.0",
    "nunjucks": "^3.2.4",
    "semver": ">=7.5.2"
  },
  "scripts": {
    "test": "mocha --timeout 60000 ./test/**/*.test.js",
    "test-mailtrap": "node ./test/mailtrap.js",
    "test-mailtrap-njk": "node ./test/mailtrap-njk.js",
    "build": "node ./bin/dsf-email-templater.js"
  },
  "devDependencies": {
    "chai": "^5.1.0",
    "mocha": "^10.4.0"
  }
}
