-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 923 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 923 Bytes
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
{
"name": "phonkbot",
"version": "1.0.0",
"description": "PhonkBot. What else?",
"main": "index.js",
"scripts": {
"test": "node deploy-commands.js && node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LemonLimeSoda/PhonkBot.git"
},
"author": "LemonLimeSoda",
"license": "ISC",
"bugs": {
"url": "https://github.com/LemonLimeSoda/PhonkBot/issues"
},
"homepage": "https://github.com/LemonLimeSoda/PhonkBot#readme",
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/rest": "^2.4.3",
"@discordjs/voice": "^0.18.0",
"@distube/ytdl-core": "^4.16.12",
"@types/node": "^18.6.5",
"dice-notation-js": "^1.0.3",
"discord-music-player": "^9.1.1",
"discord.js": "^14.18.0",
"edit-json-file": "^1.7.0",
"sodium": "^3.0.2",
"undici": "^7.5.0",
"youtube-dl-exec": "^3.0.19",
"youtubei.js": "^13.4.0"
}
}