-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (51 loc) · 1.31 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": "mao",
"version": "nightly",
"description": "Mao Zedong bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MaoZedong-Bot/Mao.git"
},
"keywords": [
"bot",
"discord-bot",
"discord"
],
"author": "UsrBinLuna, CubecatDoesThings",
"license": "MIT",
"bugs": {
"url": "https://github.com/MaoZedong-Bot/Mao/issues"
},
"homepage": "https://github.com/MaoZedong-Bot/Mao#readme",
"dependencies": {
"@discord-player/extractor": "^4.4.7",
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.17.0",
"@ptkdev/logger": "^1.8.0",
"ascii-table": "^0.0.9",
"axios": "^1.7.2",
"cheerio": "^1.0.0",
"csv-parser": "^3.0.0",
"discord-player": "^6.6.10",
"discord-player-youtubei": "^1.3.7",
"discord-voip": "^0.1.3",
"discord.js": "^14.15.3",
"enmap": "^6.0.2",
"fluent-ffmpeg": "^2.1.3",
"fs": "^0.0.1-security",
"json2csv": "^6.0.0-alpha.2",
"mediaplex": "^0.0.9",
"ollama": "^0.5.12",
"pm2": "^5.4.3",
"punycode": "^2.3.1",
"simple-git": "^3.27.0",
"sqlite3": "^5.1.7",
"stream": "^0.0.3",
"uuid": "^9.0.1",
"ytdl-core": "^4.11.5"
}
}