-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 734 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 734 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
{
"name": "Discord_Trading_Bot",
"version": "1.0.04",
"description": "This Bot can scanning all of market every couple minutes and then will be select a position and send a message on your discord server",
"main": "index.js",
"scripts": {
"build": "npm i",
"start": "node index.js"
},
"author": "Angel_code_style",
"license": "MIT",
"dependencies": {
"axios": "^0.26.1",
"chalk": "^4.1.0",
"cors": "^2.8.5",
"discord.js": "^13.6.0",
"diskdb": "^0.1.17",
"express": "^4.17.3",
"mingo": "^6.0.5",
"moment": "^2.29.1",
"mongoose": "^6.2.4",
"socket.io": "^4.4.1",
"stock-technical-indicators": "^2.0.1",
"technicalindicators": "^3.1.0",
"vwap": "0.0.2"
}
}