-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.23 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
{
"name": "discord",
"version": "3.2.0",
"description": "A simple discord bot for my friends",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "D3FAU4T",
"license": "ISC",
"dependencies": {
"@discord-player/extractor": "^4.4.7",
"@discord-player/utils": "^0.2.2",
"@discordjs/voice": "^0.16.1",
"axios": "^1.6.8",
"body-parser": "^1.20.3",
"cheerio": "^1.0.0-rc.12",
"cors": "^2.8.5",
"cosine-similarity": "^1.0.1",
"discord-player": "^6.6.8",
"discord.js": "^14.15.3",
"express": "^4.21.0",
"glob": "^7.2.0",
"google-it": "^1.6.4",
"mediaplex": "^0.0.9",
"node-fetch": "^3.3.1",
"play-dl": "^1.9.7",
"prettytable.js": "^1.0.1",
"remove-accents": "^0.5.0",
"translate-google": "^1.5.0",
"ws": "^8.17.1"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/glob": "^7.2.0",
"@types/node": "^20.10.0",
"tsx": "^4.7.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/D3FAU4T/Discord.git"
},
"bugs": {
"url": "https://github.com/D3FAU4T/Discord/issues"
},
"homepage": "https://github.com/D3FAU4T/Discord#readme"
}