-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.06 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
{
"name": "iluvatar",
"version": "1.0.0",
"description": "Bot Discord TDM",
"main": "nodemon index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/elrohir-bfme/Iluvatar.git"
},
"keywords": [
"bot",
"discord"
],
"author": "Elrohir",
"license": "ISC",
"bugs": {
"url": "https://github.com/elrohir-bfme/Iluvatar/issues"
},
"homepage": "https://github.com/elrohir-bfme/Iluvatar#readme",
"dependencies": {
"@pelevesque/elo": "^2.0.9",
"axios": "^0.26.1",
"binary-file": "^0.2.3",
"canvas": "^2.7.0",
"cron": "^1.8.2",
"discord.js": "^14.6.0",
"dotenv": "^8.2.0",
"elo-rank": "^1.0.4",
"eslint": "^7.24.0",
"moment": "^2.29.1",
"mongoose": "^5.12.3",
"node-cron": "^3.0.3",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.7",
"puppeteer": "^19.4.1",
"qs": "^6.10.3"
},
"devDependencies": {
"g-sheets-api": "^2.1.2"
}
}