forked from eritislami/evobot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 765 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 765 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
{
"name": "evobot",
"version": "0.7.0",
"description": "Discord music bot built with discord.js",
"main": "index.js",
"author": "Erit Islami <eritislami@gmail.com>",
"private": true,
"homepage": "https://github.com/eritislami/evobot",
"repository": "github:eritislami/evobot",
"bugs": "https://github.com/eritislami/evobot/issues",
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"@discordjs/opus": "^0.3.2",
"discord.js": "^12.0.1",
"ffmpeg-static": "^4.2.3",
"lyrics-finder": "^21.0.5",
"simple-youtube-api": "^5.1.1",
"soundcloud-downloader": "^0.1.6",
"string-progressbar": "^1.0.1",
"ytdl-core": "^3.1.0",
"ytdl-core-discord": "^1.2.1"
},
"scripts": {
"start": "node index.js"
}
}