email-content-compose/package.json

25 lines
733 B
JSON
Raw Normal View History

2026-03-11 23:36:44 +00:00
{
"name": "email-content-compose",
"version": "1.1.0",
"description": "Fetch lead-dataset, compose personalized outreach emails, export as EML and upload to R2",
"type": "module",
"main": "src/index.ts",
"scripts": {
"fetch": "bun run scripts/fetch.ts",
"export": "bun run scripts/export.ts",
"test": "bun run scripts/test.ts"
},
"devDependencies": {
"@types/bun": "latest",
"typescript": "^5.0.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1004.0",
"@clawd/auth-runtime": "git+http://192.168.0.108:3030/agent-skills/auth-runtime.git",
"@clawd/r2-upload": "git+http://192.168.0.108:3030/agent-skills/r2-upload.git"
}
}