-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 929 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
{
"name": "epicsfreegamediscordbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node test.js",
"start": "node src/index.js",
"rm": "node src/cron/removeLast.js",
"daily": "node cron/dailyDisplayer.js",
"cleandb": "node src/cron/db_cleaner.js",
"bot": "node src/bot.js",
"test_script": "node scripts/img_url.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nathantouze/EpicsFreeGameDiscordBot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nathantouze/EpicsFreeGameDiscordBot/issues"
},
"homepage": "https://github.com/nathantouze/EpicsFreeGameDiscordBot#readme",
"dependencies": {
"axios": "^0.21.4",
"discord.js": "^14.11.0",
"dotenv": "^8.2.0",
"i18n": "^0.15.1",
"mysql2": "^2.3.0",
"node-html-parser": "^6.1.6",
"nodemailer": "^6.8.0"
}
}