forked from nikosszzz/musicbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.28 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
46
47
48
49
50
51
{
"name": "music-bot",
"version": "2.0.0",
"description": "A general music Discord bot.",
"main": "bot.ts",
"repository": {
"type": "git",
"url": "https://github.com/NikosProGamer/musicbot.git"
},
"author": "nikosszzz <[email protected]>",
"bugs": {
"url": "https://github.com/NikosProGamer/musicbot/issues"
},
"homepage": "https://github.com/NikosProGamer/musicbot#readme",
"engines": {
"node": ">=16.11.0"
},
"dependencies": {
"@discordjs/rest": "^1.3.0",
"@discordjs/voice": "^0.13.0",
"array-move": "^3.0.1",
"chalk": "^4.1.2",
"discord.js": "^14.6.0",
"lyrics-finder": "^21.7.0",
"play-dl": "^1.9.6",
"spotify-url-info": "^3.1.9",
"string-progressbar": "^1.0.4",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.0",
"undici": "^5.12.0",
"youtube-sr": "^4.3.4"
},
"devDependencies": {
"@swc/core": "1.3.14",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.42.1"
},
"optionalDependencies": {
"@discordjs/opus": "^0.9.0",
"libsodium-wrappers": "^0.7.10",
"opusscript": "^0.0.8",
"sodium-native": "^3.4.1",
"tweetnacl": "^1.0.3"
},
"scripts": {
"start": "ts-node bot.ts",
"lint": "eslint . --fix"
},
"keywords": [],
"license": "GPL-3.0"
}