-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
41 lines (41 loc) · 1015 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
{
"name": "Yashiro Bot",
"version": "1.0.0",
"description": "A simple discord bot with dashboard.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Yash094/Discord-Dashboard-Bot.git"
},
"keywords": [
"discord.js",
"bot",
"dashboard"
],
"author": "Yash",
"bugs": {
"url": "https://github.com/Yash094/Discord-Dashboard-Bot/issues"
},
"homepage": "https://github.com/Yash094/Discord-Dashboard-Bot#readme",
"dependencies": {
"ascii-table": "0.0.9",
"autoprefixer": "^10.2.6",
"body-parser": "^1.19.0",
"discord-buttons": "^3.2.1",
"discord.js": "^13.1.0",
"ejs": "^3.0.2",
"express": "^4.17.1",
"express-session": "^1.17.0",
"memer-api": "^4.0.0",
"memorystore": "^1.6.2",
"mongoose": "^6.4.6"
"passport": "^0.4.1",
"passport-discord": "^0.1.3",
"postcss": "^8.3.5",
"postcss-cli": "^8.3.1"
}
}