-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 863 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "facebook-ad-agent",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "Telegram-driven Meta ad agent for Claya — read-only Phase 1 + gated Phase 2 writes",
"scripts": {
"start": "tsx agents/bot.ts",
"bot": "tsx agents/bot.ts",
"sync": "tsx agents/sync.ts",
"briefing": "tsx agents/briefing.ts morning",
"recap": "tsx agents/briefing.ts recap",
"pulse": "tsx agents/briefing.ts pulse"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.91.0",
"@supabase/supabase-js": "^2.45.4",
"@types/node-cron": "^3.0.11",
"axios": "^1.7.7",
"dotenv": "^16.4.5",
"node-cron": "^4.2.1",
"node-telegram-bot-api": "^0.66.0",
"tsx": "^4.19.1"
},
"devDependencies": {
"@types/node": "^22.7.4",
"@types/node-telegram-bot-api": "^0.64.7",
"typescript": "^5.6.2"
}
}