-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 760 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 760 Bytes
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
{
"name": "lolboy",
"version": "1.0.0",
"description": "discord-bot",
"main": "bot.js",
"scripts": {
"start": "node ./src/bot.js",
"dev": "nodemon ./src/bot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vmpyr/LoLboy.git"
},
"author": "vmpyr",
"license": "ISC",
"bugs": {
"url": "https://github.com/vmpyr/LoLboy/issues"
},
"homepage": "https://github.com/vmpyr/LoLboy#readme",
"dependencies": {
"@discordjs/opus": "^0.5.0",
"avconv": "^3.1.0",
"discord.js": "^12.5.3",
"dotenv": "^10.0.0",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^4.3.0",
"fluent-ffmpeg": "^2.1.2",
"random-jokes-api": "^1.5.9",
"youtube-search": "^1.1.6",
"ytdl-core": "^4.9.1"
}
}