{ "name": "@alga-psa/email", "version": "0.0.1", "private": true, "type": "module", "main": "./dist/index.js", "types": "./src/index.ts", "exports": { ".": { "types": "./src/index.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "scripts": { "build": "tsup", "test": "vitest run", "typecheck": "tsc --noEmit" }, "dependencies": { "@alga-psa/core": "*", "@alga-psa/db": "*", "@alga-psa/event-bus": "*", "@alga-psa/types": "*", "axios": "^1.16.0", "nodemailer": "^8.0.0" }, "devDependencies": { "tsup": "^8.0.0", "typescript": "^5.7.3" } }