-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 899 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 899 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
31
32
{
"name": "d1-networking-automation",
"version": "1.0.0",
"description": "Full iMessage agent + LinkedIn, iOS Contacts synced to Clay",
"type": "module",
"scripts": {
"imessage": "bun src/cli.ts imessage",
"sync": "bun src/cli.ts sync",
"tables": "bun src/cli.ts tables",
"fire": "bun src/cli.ts fire",
"listen": "bun src/cli.ts listen",
"usage": "bun src/cli.ts usage",
"dedup": "bun src/cli.ts dedup",
"dev": "bun src/cli.ts"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.80.0",
"@supabase/supabase-js": "^2.49.0",
"@playwright/browser-chromium": "^1.58.2",
"chalk": "^5.3.0",
"commander": "^12.0.0",
"csv-parse": "^5.5.6",
"node-typedstream": "^1.4.1",
"ora": "^8.0.1",
"playwright": "^1.58.2"
},
"devDependencies": {
"@types/bun": "^1.3.11",
"@types/node": "^20.0.0",
"typescript": "^5.4.0"
}
}