forked from shitcorp/discord-bot-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.16 KB
/
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
{
"name": "@julianyaman/discord-bot-dashboard",
"version": "0.2.0",
"description": "A package for bot developers (using Discord.js) to have a nice looking dashboard with the possibility to control and analyse the bot's behaviour.",
"main": "index.js",
"scripts": {
"start": "nodemon test.js",
"test": "nodemon test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/julianYaman/discord-bot-dashboard.git"
},
"author": "Julian Yaman <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/julianYaman/discord-bot-dashboard/issues"
},
"contributors": [
"Biagio Santoro (GitHub: sleme)",
"Huskydog9988 (GitHub: Huskydog9988)"
],
"homepage": "https://github.com/julianYaman/discord-bot-dashboard#readme",
"devDependencies": {
"dotenv": "^8.2.0",
"nodemon": "^2.0.2",
"better-sqlite3": "^7.0.1",
"node-os-utils": "^1.2.2"
},
"dependencies": {
"chalk": "^4.0.0",
"discord.js": "^12.2.0",
"ejs": "^3.0.1",
"express": "^4.17.1",
"express-session": "^1.17.0",
"passport": "^0.4.1",
"passport-discord.js": "0.0.6",
"socket.io": "^2.3.0"
}
}