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",
|
2026-03-19 22:49:10 +00:00
|
|
|
"@clawd/auth-runtime": "git+http://192.168.0.108:3030/agent-skills/auth-runtime.git#v1.1.0",
|
2026-03-11 23:36:44 +00:00
|
|
|
"@clawd/r2-upload": "git+http://192.168.0.108:3030/agent-skills/r2-upload.git"
|
|
|
|
|
}
|
|
|
|
|
}
|