forked from 3cqs-coder/SymBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 837 Bytes
/
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
{
"name": "SymBot",
"version": "0.99.160-beta.0",
"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",
"body-parser": "^1.20.2",
"ccxt": "^4.0.5",
"colors": "^1.4.0",
"compression": "^1.7.4",
"connect-mongodb-session": "^3.1.1",
"cookie-parser": "^1.4.6",
"easy-table": "^1.2.0",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"mongoose": "^7.3.1",
"node-fetch-commonjs": "^3.3.1",
"percentagejs": "^1.0.2",
"prompt-sync": "^4.2.0",
"socket.io": "^4.7.1",
"socket.io-client": "^4.7.1",
"telegraf": "^4.12.2",
"uuid": "^9.0.0"
}
}