24 lines
643 B
JSON
24 lines
643 B
JSON
{
|
|
"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/r2-upload": "git+http://192.168.0.108:3030/agent-skills/r2-upload.git"
|
|
}
|
|
}
|