| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "name": "@vendure/email-plugin",
- "version": "2.2.0-next.4",
- "license": "MIT",
- "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.ts --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.1.1",
- "handlebars": "^4.7.8",
- "mjml": "^4.14.1",
- "nodemailer": "^6.9.4"
- },
- "devDependencies": {
- "@types/dateformat": "^3.0.1",
- "@types/express": "^4.17.8",
- "@types/fs-extra": "^9.0.1",
- "@types/handlebars": "^4.1.0",
- "@types/mjml": "^4.0.4",
- "@vendure/common": "2.2.0-next.4",
- "@vendure/core": "2.2.0-next.4",
- "rimraf": "^3.0.2",
- "typescript": "5.1.6"
- }
- }
|