-
-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathpackage.json
36 lines (36 loc) · 983 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": "discord-server-dashboard",
"version": "1.0.0",
"description": "It is a fully responsive discord server/bot dashboard template. Here you can see login system also.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/diwasatreya/Discord-Server-Dashboard.git"
},
"keywords": [
"discord-bot",
"discord-dashboard",
"discord-website"
],
"author": "Diwas Atreya",
"license": "ISC",
"dependencies": {
"axios": "^0.26.1",
"bcryptjs": "^2.4.3",
"btoa": "^1.2.1",
"discord.js": "^12.2.0",
"dotenv": "^16.0.0",
"ejs": "^2.6.1",
"express": "^4.17.1",
"express-session": "^1.17.2",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.3.1",
"morgan": "^1.10.0",
"node-fetch": "^2.6.7",
"superagent": "^6.1.0"
},
"homepage": "https://github.com/diwasatreya/Discord-Server-Dashboard#readme"
}