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
51 lines (51 loc) · 1.29 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.29 KB
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
46
47
48
49
50
51
{
"name": "evobot",
"version": "1.2.2",
"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": ">=16.9.0"
},
"type": "module",
"scripts": {
"dev": "nodemon index.js",
"start": "node index.js",
"commit": "cz"
},
"dependencies": {
"@discordjs/voice": "^0.9.0",
"array-move": "^3.0.1",
"discord.js": "^13",
"dotenv": "^16.0.0",
"ffmpeg-static": "^4.4.1",
"i18n": "^0.14.2",
"libsodium-wrappers": "^0.7.10",
"lyrics-finder": "^21.0.5",
"opusscript": "^0.0.8",
"soundcloud-downloader": "^0.2.3",
"string-progressbar": "^1.0.4",
"youtube-sr": "^4.1.17",
"ytdl-core": "^4.11.0",
"ytdl-core-discord": "^1.3.1"
},
"devDependencies": {
"cz-conventional-changelog": "^3.0.1",
"nodemon": "^2.0.16"
},
"optionalDependencies": {
"@discordjs/opus": "^0.7.0",
"tweetnacl": "^1.0.3"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog",
"disableScopeLowerCase": false,
"disableSubjectLowerCase": false
}
}
}