forked from Jake0303/TDAmeritradeDiscordBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 828 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
34
35
36
{
"name": "tdameritrade-discord-bot",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node app"
},
"description": "TDAmeritradeDiscordBot",
"author": {
"name": ""
},
"dependencies": {
"async": "^3.2.0",
"aws-sdk": "^2.713.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.15.0",
"cookie-parser": "^1.4.0",
"debug": "^2.2.0",
"discord.js": "^12.2.0",
"dotenv": "^8.2.0",
"express": "^4.14.0",
"express-mysql-session": "^2.1.4",
"express-session": "^1.17.1",
"extend": "^3.0.2",
"flash": "^1.1.0",
"moment": "^2.27.0",
"morgan": "^1.7.0",
"mysql": "^2.18.1",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"pug": "^2.0.0-beta6",
"puppeteer": "^1.7.0",
"request": "^2.88.2",
"serve-favicon": "^2.3.0"
}
}