-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
60 lines (60 loc) · 1.58 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
52
53
54
55
56
57
58
59
60
{
"name": "waifumusic",
"version": "1.3.0",
"description": "",
"main": "./Structures/shards.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node .",
"shards": "node ./Structures/shards.js",
"start:dev": "nodemon ./index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.14.0",
"@distube/deezer": "^1.0.0",
"@distube/soundcloud": "^1.3.0",
"@distube/spotify": "^1.5.1",
"@distube/yt-dlp": "^1.1.3",
"@distube/ytsr": "^1.1.9",
"@top-gg/sdk": "^3.1.3",
"@types/node": "^18.0.6",
"anime-wallpaper": "^1.1.1",
"animequotes": "^2.0.0",
"ascii-table": "^0.0.9",
"chalk": "^2.4.1",
"delay": "^5.0.0",
"discord-tictactoe": "^4.0.0",
"discord-together": "^1.3.31",
"discord.js": "^14.7.1",
"distube": "^4.0.4",
"dotenv": "^16.0.3",
"dream-api": "^1.0.9",
"enmap": "^5.9.5",
"express": "^4.18.2",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^4.4.1",
"fs": "^0.0.1-security",
"genshin-db": "^4.3.4",
"glob": "^8.0.3",
"isomorphic-unfetch": "^4.0.2",
"libsodium-wrappers": "^0.7.10",
"lyrics-finder": "^21.7.0",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"mongoose": "^6.8.2",
"ms": "^2.1.3",
"node-emoji": "^1.11.0",
"node-fetch": "^2.6.1",
"node-kitsu": "^1.1.1",
"nodemon": "^2.0.20",
"path": "^0.12.7",
"pet-pet-gif": "^1.0.9",
"st.db": "^5.1.4",
"superagent": "^8.0.6",
"valid-url": "^1.0.9"
}
}