UNPKG

@gov-cy/dsf-email-templates

Version:

This project can be used to produce html email templates to be used by DSF.

48 lines (47 loc) 1.16 kB
{ "name": "@gov-cy/dsf-email-templates", "version": "2.1.15", "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-templates.git" }, "homepage": "https://github.com/gov-cy/dsf-email-templates", "dependencies": { "nunjucks": "^3.2.4" }, "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", "nodemailer": "^8.0.4" }, "overrides": { "mocha": { "diff": "8.0.3", "minimatch": "^10.2.2", "serialize-javascript": "^7.0.3" } } }