-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 859 Bytes
/
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
{
"name": "vionya-bot",
"version": "1.0.0",
"description": "I'm just a bot",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stevenfamy/NSFW-BOT.git"
},
"author": "cainx",
"license": "ISC",
"bugs": {
"url": "https://github.com/stevenfamy/NSFW-BOT/issues"
},
"homepage": "https://github.com/stevenfamy/NSFW-BOT#readme",
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@discordjs/voice": "^0.16.0",
"axios": "^1.4.0",
"discord.js": "^14.6.0",
"dotenv": "^16.0.3",
"ffmpeg-static": "^5.1.0",
"fluent-ffmpeg": "^2.1.2",
"libsodium-wrappers": "^0.7.10",
"mysql2": "^3.5.2",
"play-dl": "^1.9.6",
"save": "^2.9.0",
"sequelize": "^6.32.1",
"ytdl-core": "^4.11.2"
}
}