forked from eritislami/evobot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 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
41
42
43
44
45
{
"name": "evobot",
"version": "0.15.2",
"description": "Discord music bot built with discord.js",
"main": "index.js",
"author": "Erit Islami <[email protected]>",
"private": true,
"homepage": "https://github.com/eritislami/evobot",
"repository": "github:eritislami/evobot",
"bugs": "https://github.com/eritislami/evobot/issues",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"@discordjs/opus": "^0.7.0",
"array-move": "^3.0.1",
"async-lock": "^1.3.0",
"d20": "^1.4.1",
"discord.js": "^12.5.3",
"ffmpeg-static": "^4.4.1",
"i18n": "^0.14.0",
"lyrics-finder": "^21.0.5",
"node-spotify-api": "^1.1.1",
"redis": "^4.0.2",
"soundcloud-downloader": "^0.2.3",
"spotify-uri": "^2.2.0",
"spotify-url-info": "^2.2.3",
"string-progressbar": "^1.0.4",
"youtube-sr": "4.1.7",
"ytdl-core": "^4.10.0",
"ytdl-core-discord": "^1.3.1"
},
"scripts": {
"start": "node index.js",
"commit": "cz"
},
"devDependencies": {
"cz-conventional-changelog": "^3.3.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}