UNPKG

@adaptivestone/framework-module-email

Version:
55 lines (54 loc) 1.36 kB
{ "name": "@adaptivestone/framework-module-email", "version": "1.0.2", "description": "Adaptive stone node js framework module email", "main": "./dist/index.js", "type": "module", "engines": { "node": ">=22.7.0" }, "repository": { "type": "git", "url": "git+https://github.com/adaptivestone/framework-module-email.git" }, "homepage": "https://framework.adaptivestone.com/docs/email", "keywords": [ "node", "email", "framework", "adaptivestone", "framework-module-email", "nodemailer" ], "scripts": { "prepublishOnly": "npm run build", "build": "node preBuild.ts && tsc && node postBuild.ts", "types:check": "tsc --noEmit", "codestyle": "prettier --check ./", "codestyle:fix": "prettier --write ./", "check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm" }, "files": [ "dist" ], "author": "Andrei Lahunou", "license": "MIT", "devDependencies": { "@arethetypeswrong/cli": "^0.18.2", "@types/html-to-text": "^9.0.4", "@types/node": "^24.0.3", "@types/nodemailer": "^6.4.17", "@types/nodemailer-stub-transport": "^1.1.8", "@types/pug": "^2.0.10", "prettier": "^3.5.1", "typescript": "^5.8.1-rc" }, "dependencies": { "deepmerge": "^4.3.1", "html-to-text": "^9.0.5", "juice": "^11.0.0", "nodemailer": "^7.0.3", "nodemailer-stub-transport": "^1.1.0", "pug": "^3.0.3" } }