-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
46 lines (46 loc) · 1.21 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": "discord_bot_firewall",
"description": "Bot connecté au site etu permettant de gérer le serveur Discord de l'UTT.",
"author": {
"email": "ivann.laruelle@gmail.com",
"name": "Ivann LARUELLE",
"url": "https://ivannlaruelle.fr"
},
"repository": {
"type": "git",
"url": "https://github.com/ungdev/discord_bot_firewall"
},
"readme": "See README.md",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "nodemon ./bin/www --watch views -e js,twig",
"start": "node ./bin/www"
},
"dependencies": {
"@sentry/node": "^8.9.2",
"axios": "^0.28.1",
"capitalize": "^2.0.4",
"cookie-parser": "^1.4.6",
"debug": "^4.3.5",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"http-build-query": "^0.7.0",
"http-errors": "^2.0.0",
"morgan": "^1.10.0",
"serve-index": "^1.9.1",
"shelljs": "^0.8.5",
"twig": "^1.17.1",
"uniqid": "^5.4.0"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"nodemon": "^3.1.3",
"prettier": "^3.3.2"
}
}