-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 772 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 772 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
{
"name": "mindulbot",
"version": "1.1.3",
"type": "module",
"scripts": {
"start": "nodemon --exec node --experimental-json-modules bot.js",
"dev": "nodemon --watch src/**/*.js --watch bot.js --exec node --experimental-json-modules bot.js",
"pretty": "prettier --config .prettierrc --write bot.js src/**/*.js"
},
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.17.0",
"@distube/ytdl-core": "^4.16.12",
"discord.js": "^14.23.2",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^5.2.0",
"libsodium-wrappers": "^0.7.15",
"openai": "^4.51.0",
"play-dl": "^1.9.7",
"sodium-native": "^4.1.1"
},
"devDependencies": {
"dotenv": "^16.4.5",
"nodemon": "^3.1.4",
"prettier": "^2.8.8"
}
}