{ "name": "@vendure/email-plugin", "version": "3.5.0", "license": "GPL-3.0-or-later", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*", "templates/**/*", "dev-mailbox.html" ], "repository": { "type": "git", "url": "https://github.com/vendure-ecommerce/vendure" }, "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": "^5.1.0", "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": "^5.0.1", "@types/fs-extra": "^11.0.4", "@types/mjml": "^4.7.4", "@vendure/common": "3.5.0", "@vendure/core": "3.5.0", "rimraf": "^5.0.5", "typescript": "5.8.2" } }