{ "name": "@kan/email", "version": "0.1.0", "private": true, "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./src/index.tsx" } }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "license": "GPL-3.0", "scripts": { "dev": "tsc", "run:dev": "email dev", "export": "email export", "build": "tsc", "clean": "git clean -xdf .cache .turbo dist node_modules", "format": "prettier --check . --ignore-path ../../.gitignore", "lint": "eslint", "typecheck": "tsc --noEmit --emitDeclarationOnly false" }, "dependencies": { "@kan/logger": "workspace:^", "@react-email/components": "^1.0.1", "nodemailer": "^7.0.3", "react-email": "^5.0.6" }, "devDependencies": { "@kan/eslint-config": "workspace:*", "@kan/prettier-config": "workspace:*", "@kan/tsconfig": "workspace:*", "@types/nodemailer": "^6.4.17", "eslint": "catalog:", "prettier": "catalog:", "typescript": "catalog:" }, "prettier": "@kan/prettier-config" }