-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.25 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
{
"name": "fsh-bot",
"version": "1.0.0-beta",
"description": "Fsh, a discord bot for your users that brings activity.",
"main": "index.js",
"scripts": {
"start": "printf \"\\033c\" && echo -e \"\n\\033[0;32mType 'rs' in the console to restart server\ninstead of the stop button\\033[0m\n\" && nodemon -x 'node index.js || touch index.js' --ignore /",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"fsh",
"bot",
"discord",
"ai",
"moderation",
"music",
"fun",
"lemon",
"fish",
"api",
"grey",
"that one fishy bot"
],
"author": "Frostzzone & Inventionpro",
"license": "CC-BY-NC-4.0",
"dependencies": {
"@discord-player/extractor": "^4.5.1",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"discord-gamecord": "^4.4.1",
"discord-player": "^6.7.1",
"discord-player-youtubei": "^1.3.1",
"discord.js": "^14.17.2",
"easy-json-database": "^1.5.0",
"express": "^4.21.2",
"ffmpeg-static": "^5.2.0",
"fshdb": "^1.0.0-beta.2",
"math-expression-evaluator": "^2.0.4",
"mediaplex": "^0.0.9",
"node": "^20.5.1",
"qrcode": "^1.5.3",
"socket.io": "^4.7.1",
"usrbg": "^0.1.2"
},
"devDependencies": {
"nodemon": "^3.0.1"
}
}