-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) 路 1.33 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) 路 1.33 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "the-syndicate",
"version": "1.0.0",
"description": "Autonomous Recursive Gangster Swarm",
"main": "don/syndicate_logic.js",
"scripts": {
"start": "node don/syndicate_logic.js",
"recruit": "python muscle/enforcer.py",
"heist": "echo 'Planning the heist...'",
"test": "jest",
"balance": "node don/check_balance.js"
},
"keywords": [
"autonomous",
"agent",
"swarm",
"gangster"
],
"author": "The Don",
"license": "ISC",
"dependencies": {
"@deepgram/sdk": "^4.11.3",
"@jup-ag/api": "^6.0.48",
"@solana/spl-token": "^0.3.8",
"@solana/web3.js": "^1.98.4",
"axios": "^1.13.6",
"bignumber.js": "^9.3.1",
"bitcoinjs-lib": "^7.0.1",
"bs58": "^5.0.0",
"chalk": "^4.1.2",
"dotenv": "^16.6.1",
"ecpair": "^3.0.1",
"elevenlabs-node": "^2.0.3",
"jito-ts": "^2.2.0",
"jsdom": "^28.1.0",
"nmap": "^1.1.0",
"node-fetch": "^3.3.2",
"node-nmap": "^4.0.0",
"openai": "^6.21.0",
"play-sound": "^1.1.6",
"playwright": "^1.58.2",
"puppeteer": "^24.37.2",
"puppeteer-core": "^24.37.2",
"ssh2": "^1.17.0",
"technicalindicators": "^3.1.0",
"tiny-secp256k1": "^2.2.4",
"twilio": "^5.12.1",
"twitter-api-v2": "^1.29.0",
"whois": "^2.16.1",
"ws": "^8.19.0"
},
"devDependencies": {
"jest": "^29.7.0"
}
}