-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.44 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
{
"name": "guild-assistant",
"version": "0.3.1",
"description": "A Discord bot with a variety of functions aimed at easing your daily grind. Aimed to be the one-stop shop for gamers and their guilds.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node .",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/eugenebednik/guild-assistant.git"
},
"keywords": [
"bot",
"guild",
"discord",
"translation",
"timers",
"time converstion",
"i18n",
"reminder",
"reminders",
"sticky",
"sticky messages",
"guildassistant",
"servertime"
],
"author": "Eugene Bednik & Victoria Bogdanova",
"license": "MIT",
"bugs": {
"url": "https://github.com/eugenebednik/guild-assistant/issues"
},
"homepage": "https://github.com/eugenebednik/guild-assistant#readme",
"dependencies": {
"country-emoji": "^1.5.0",
"country-language": "^0.1.7",
"discord.js": "^11.5.1",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"google-translate": "^3.0.0",
"log4js": "^6.4.0",
"moment": "^2.29.4",
"mysql": "^2.18.0",
"node-cron": "^2.0.3",
"sugar-date": "^2.0.6",
"unirest": "^0.6.0",
"xregexp": "^4.2.4"
}
}