forked from axelancexld/Erensi-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 868 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
35
36
{
"name": "erensibot",
"version": "4.0.0",
"description": "ErensiBOT Altyapısıdır Pardon ÇöpBOT :D",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "muratxq",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^1.0.0",
"@discordjs/voice": "^0.11.0",
"axios": "^0.27.2",
"common-tags": "^1.8.2",
"croxydb": "^0.0.7",
"discord.js": "^14.0.1",
"express": "^4.18.1",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^5.0.2",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"jimp": "^0.16.1",
"math-expression-evaluator": "^1.4.0",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"os": "^0.1.2",
"request": "^2.88.2",
"twemoji-parser": "^14.0.0",
"useful-tools": "^0.2.6"
},
"engines": {
"node": "16.x"
}
}