-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 857 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
{
"name": "discord_bot",
"version": "1.0.0",
"description": "Discord bot for single server usage",
"main": "src/app.js",
"dependencies": {
"@discordjs/opus": "^0.3.2",
"discord": "^0.8.2",
"discord.js": "^12.3.1",
"ejs": "^3.1.3",
"express": "^4.17.1",
"ffmpeg-static": "^4.2.6",
"node-cron": "^2.0.3",
"request": "^2.88.2",
"ytdl-core": "^3.2.1"
},
"devDependencies": {},
"scripts": {
"start": "node src/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlwaysUP/discord-bot.git"
},
"keywords": [
"discord"
],
"author": "AlwaysUP",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlwaysUP/discord-bot/issues"
},
"homepage": "https://github.com/AlwaysUP/discord-bot#readme"
}