-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.29 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
{
"name": "SymBot",
"version": "7.1",
"description": "SymBot",
"main": "symbot.js",
"scripts": {
"start": "node symbot.js",
"check": "node scripts/precheck.js",
"test": "node scripts/run-tests.js"
},
"author": "3CQS",
"license": "CC BY-NC-SA 4.0",
"engines": {
"node": ">=22.15.0"
},
"dependencies": {
"ansi-to-html": "^0.7.2",
"archiver": "^8.0.0",
"body-parser": "^2.3.0",
"bson": "^7.3.2",
"ccxt": "^4.5.78",
"check-dependencies": "^2.0.0",
"colors": "^1.4.0",
"compression": "^1.8.1",
"connect-mongo": "^6.0.0",
"cookie-parser": "^1.4.7",
"easy-table": "^1.2.0",
"ejs": "^6.0.1",
"express": "^5.2.1",
"express-session": "^1.19.0",
"http-proxy-middleware": "^4.2.0",
"mammoth": "^1.12.2",
"mongoose": "^9.9.5",
"multer": "^2.3.0",
"node-cron": "^4.6.0",
"node-fetch-commonjs": "^3.3.2",
"nodemailer": "^10.0.3",
"ollama": "^0.6.3",
"openai": "^7.13.0",
"pdf-parse": "^2.4.5",
"percentagejs": "^1.0.2",
"prompt-sync": "^4.2.0",
"session-file-store": "^1.5.0",
"socket.io": "^4.8.3",
"socket.io-client": "^4.8.3",
"ssh2-sftp-client": "^12.1.1",
"telegraf": "^4.16.3",
"trading-signals": "^8.3.0",
"unzipper": "^0.12.5",
"xml2js": "^0.6.2"
}
}