-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
42 lines (42 loc) · 1.07 KB
/
package.json
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
{
"name": "SymBot",
"version": "1.3.5",
"description": "SymBot",
"main": "index.js",
"scripts": {
"start": "node symbot.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "3CQS",
"license": "CC BY-NC-SA 4.0",
"dependencies": {
"ansi-to-html": "^0.7.2",
"archiver": "^7.0.1",
"async": "^3.2.6",
"body-parser": "^1.20.3",
"bson": "^6.9.0",
"ccxt": "^4.4.30",
"check-dependencies": "^2.0.0",
"colors": "^1.4.0",
"compression": "^1.7.5",
"connect-mongodb-session": "^5.0.0",
"cookie-parser": "^1.4.7",
"easy-table": "^1.2.0",
"ejs": "^3.1.10",
"express": "^4.21.1",
"express-session": "^1.18.1",
"http-proxy-middleware": "^3.0.3",
"mongoose": "^8.8.1",
"multer": "^1.4.5-lts.1",
"node-fetch-commonjs": "^3.3.2",
"percentagejs": "^1.0.2",
"prompt-sync": "^4.2.0",
"session-file-store": "^1.5.0",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"telegraf": "^4.16.3",
"unzipper": "^0.12.3",
"uuid": "^11.0.3",
"xml2js": "^0.6.2"
}
}