-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.01 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
{
"name": "simple-discord-bot",
"version": "2.0.0",
"description": "Простой Discord бот с экономикой и базой данных MongoDB",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"discord.js": "^12.2.0",
"discore.js": "^1.3.2",
"dotenv": "^8.2.0",
"moment": "^2.27.0",
"moment-duration-format": "^2.3.2",
"nekos.life": "^2.0.7",
"node-osu": "^2.2.0",
"parse-ms": "^2.1.0",
"strftime": "^0.10.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/sqdshcom/simple-discord-bot.git"
},
"keywords": [
"mongodb",
"mongoose",
"discord",
"discord-bot",
"js",
"node-js",
"discordjs",
"djs",
"djs-v12",
"discordjs-v12"
],
"author": "MrLivixx, sqdshcom",
"license": "MIT",
"bugs": {
"url": "https://github.com/sqdshcom/simple-discord-bot/issues"
},
"homepage": "https://github.com/sqdshcom/simple-discord-bot#readme"
}