{ "name": "@turbostarter/email", "version": "0.1.0", "private": true, "type": "module", "exports": { ".": "./src/index.ts", "./env": "./src/env.ts", "./server": "./src/server.ts" }, "scripts": { "clean": "git clean -xdf .cache .turbo dist node_modules", "dev": "dotenv -e ../../apps/web/.env.local -c -- email dev --port 3005 --dir src/templates", "format": "prettier --check . --ignore-path ../../.gitignore", "lint": "eslint", "typecheck": "tsc --noEmit" }, "prettier": "@turbostarter/prettier-config", "dependencies": { "@react-email/components": "0.3.2", "@turbostarter/i18n": "workspace:*", "@turbostarter/ui": "workspace:*", "nodemailer": "7.0.11", "react-email": "4.2.4", "zod": "catalog:" }, "devDependencies": { "@react-email/preview-server": "4.2.4", "@turbostarter/eslint-config": "workspace:*", "@turbostarter/prettier-config": "workspace:*", "@turbostarter/shared": "workspace:*", "@turbostarter/tsconfig": "workspace:*", "@types/nodemailer": "7.0.3", "eslint": "catalog:", "prettier": "catalog:", "typescript": "catalog:" } }