-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy pathpackage.json
43 lines (43 loc) · 1.14 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": "faceitfinder",
"version": "6.9.7",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "nodemon --trace-warnings bot.js",
"register-roles": "node ./scripts/register_roles.js",
"check-guild": "node ./scripts/check_guild.js",
"lint": "eslint --ext .js .",
"lint-and-fix": "eslint --fix --ext .js ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/JustDams/faceitFinder.git"
},
"author": "Dams_",
"license": "ISC",
"bugs": {
"url": "https://github.com/JustDams/faceitFinder/issues"
},
"homepage": "https://github.com/JustDams/faceitFinder#readme",
"dependencies": {
"@discordjs/rest": "^2.2.0",
"@top-gg/sdk": "^3.1.6",
"axios": "^1.6.8",
"axios-retry": "^4.1.0",
"big.js": "^6.2.1",
"cache-manager": "^5.4.0",
"canvas": "^2.11.2",
"chart.js": "^4.4.2",
"discord-api-types": "^0.37.76",
"discord.js": "^14.16.2",
"express": "^4.21.1",
"mongoose": "^8.2.3"
},
"devDependencies": {
"eslint": "^8.57.0",
"nodemon": "^3.1.0"
}
}