-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 996 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
37
38
39
40
41
42
{
"name": "dashboard",
"version": "1.0.0",
"description": "dashboard for discord bot",
"main": "app.js",
"engines": {
"node": "16.x"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "GoViper",
"license": "ISC",
"devDependencies": {
"nodemon": "^1.18.3"
},
"dependencies": {
"axiom": "^0.1.6",
"axios": "^0.27.2",
"bcrypt": "^5.0.1",
"body-parser": "^1.18.3",
"chalk": "^4.1.2",
"cookies": "^0.8.0",
"crypto": "^1.0.1",
"disco-oauth": "^5.1.1",
"discord-oauth2": "^2.10.0",
"discord-oauth2-api": "^1.1.2",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.16.3",
"express-session": "^1.17.3",
"fetch": "^1.1.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.3.4",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.7.6",
"passport": "^0.6.0",
"passport-twitter": "^1.0.4",
"sessionstorage-for-nodejs": "^1.0.2"
}
}