{ "name": "@vendure/email-plugin", "version": "3.1.3", "license": "GPL-3.0-or-later", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*", "templates/**/*", "dev-mailbox.html" ], "scripts": { "watch": "tsc -p ./tsconfig.build.json --watch", "build": "rimraf lib && tsc -p ./tsconfig.build.json", "lint": "eslint --fix .", "test": "vitest --config vitest.config.mts --run" }, "homepage": "https://www.vendure.io/", "funding": "https://github.com/sponsors/michaelbromley", "publishConfig": { "access": "public" }, "dependencies": { "@types/nodemailer": "^6.4.9", "dateformat": "^3.0.3", "express": "^4.18.2", "fs-extra": "^11.2.0", "handlebars": "^4.7.8", "mjml": "^4.14.1", "nodemailer": "^6.9.4" }, "devDependencies": { "@types/dateformat": "^3.0.1", "@types/express": "^4.17.21", "@types/fs-extra": "^11.0.4", "@types/mjml": "^4.7.4", "@vendure/common": "^3.1.3", "@vendure/core": "^3.1.3", "rimraf": "^5.0.5", "typescript": "5.3.3" } }