-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 881 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
{
"name": "hunter",
"version": "1.0.0",
"description": "Discord Bot Dashboard",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "16.4.0"
},
"keywords": [
"example",
"heroku"
],
"author": "Global Hunter",
"license": "MIT",
"dependencies": {
"axios": "^0.21.4",
"connect-mongo": "^4.6.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-session": "^1.17.2",
"glob": "^7.2.0",
"mongoose": "^6.0.4",
"node-fetch": "^3.0.0",
"passport": "^0.4.1",
"passport-discord": "^0.1.4",
"passport-discord.js": "^0.0.6",
"request": "^2.88.2"
}
}