UNPKG

@tmlmobilidade/emails

Version:
57 lines (56 loc) 1.33 kB
{ "name": "@tmlmobilidade/emails", "version": "20260528.1805.36", "author": { "email": "iso@tmlmobilidade.pt", "name": "TML-ISO" }, "license": "AGPL-3.0-or-later", "homepage": "https://github.com/tmlmobilidade/services#readme", "bugs": { "url": "https://github.com/tmlmobilidade/services/issues" }, "repository": { "type": "git", "url": "git+https://github.com/tmlmobilidade/services.git" }, "keywords": [ "public transit", "tml", "transportes metropolitanos de lisboa", "services" ], "publishConfig": { "access": "public" }, "type": "module", "files": [ "dist" ], "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsc && resolve-tspaths", "dev": "email dev -p 53001 --dir ./src/templates", "export": "email export --dir ./src/templates", "lint": "eslint ./src/ && tsc --noEmit", "watch": "tsc-watch --onSuccess 'resolve-tspaths'" }, "dependencies": { "@tmlmobilidade/dates": "*", "@tmlmobilidade/types": "*", "@tmlmobilidade/utils": "*", "nodemailer": "8.0.9", "react": "19.2.6", "react-email": "6.5.0" }, "devDependencies": { "@react-email/ui": "6.5.0", "@tmlmobilidade/tsconfig": "*", "@types/node": "25.9.1", "@types/nodemailer": "8.0.0", "resolve-tspaths": "0.8.23", "tsc-watch": "7.2.0", "typescript": "5.9.3" } }