| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "name": "@vendure/email-plugin",
- "version": "3.5.1",
- "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.1",
- "@vendure/core": "3.5.1",
- "rimraf": "^5.0.5",
- "typescript": "5.8.2"
- }
- }
|