-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
52 lines (52 loc) · 1.36 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
49
50
51
52
{
"name": "rem-bot",
"version": "4.5.0",
"description": "Rem is an Anime Based Discord Bot known for its main/best features which are Global Chat & ChatBot. This Project contains source code for Rem.",
"main": "Rem.js",
"scripts": {
"start": "node .",
"dev": "nodemon",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mr-warriyo/Rem-Bot.git"
},
"keywords": [
"ANIME",
"REM",
"DISCORD",
"DISCORDBOT",
"DISCORD.JS-BOT",
"ANIME-BOT",
"CHATBOT"
],
"author": "Akshansh Srivastava",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mr-warriyo/Rem-Bot/issues"
},
"homepage": "https://github.com/Mr-warriyo/Rem-Bot#readme",
"dependencies": {
"@discordjs/voice": "^0.7.5",
"axios": "^0.24.0",
"bad-words": "^3.0.4",
"deepai": "^0.0.3",
"discord.js": "^13.6.0",
"discordjs-button-pagination": "^2.0.1",
"figlet": "^1.5.2",
"gif-search": "^2.1.0",
"glob": "^7.2.0",
"libsodium-wrappers": "^0.7.9",
"moment": "^2.29.1",
"mongoose": "^6.2.3",
"node-os-utils": "^1.3.5",
"nodemon": "^2.0.15",
"random-anime": "^1.0.6",
"sanikava-db.json": "^1.0.3",
"sanikava-djs": "^1.0.0-android.1",
"smartestchatbot": "^2.0.1",
"tenorjs": "^1.0.8",
"url-metadata": "^2.5.0"
}
}