-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.13 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
{
"name": "discord-bot-dashboard",
"version": "0.0.1",
"description": "A tool for Discord.js bot developers to manage their bot for development and final release usages.",
"main": "index.js",
"scripts": {
"start": "nodemon discord-bot-sourcefiles/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/julianYaman/discord-bot-dashboard.git"
},
"author": "Techno Coder",
"license": "ISC",
"bugs": {
"url": "https://github.com/julianYaman/discord-bot-dashboard/issues"
},
"contributors": [
"Biagio Santoro (GitHub: sleme, Twitter: @slemeee_), https://sleme.github.io/"
],
"homepage": "https://github.com/julianYaman/discord-bot-dashboard#readme",
"dependencies": {
"body-parser": "^1.18.3",
"chalk": "latest",
"discord.js": "^11.2.1",
"ejs": "^2.5.7",
"express": "^4.15.3",
"express-session": "^1.15.3",
"jquery": "^3.2.1",
"nodemon": "^1.18.9",
"performance-now": "^2.1.0",
"socket.io": "^2.0.3",
"discord.js-arbitrary-ffmpeg": "^1.0.0",
"ffmpeg": "0.0.4",
"opusscript": "0.0.6",
"tar": "^4.4.4",
"ytdl-core": "^0.20.4"
}
}