2026-02-22 19:48:25 +01:00
|
|
|
{
|
|
|
|
|
"name": "judd",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "",
|
|
|
|
|
"main": "src/server.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
|
"start": "node ."
|
|
|
|
|
},
|
|
|
|
|
"keywords": [],
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"dependencies": {
|
2026-04-22 01:20:50 +02:00
|
|
|
"axios": "^1.15.2",
|
|
|
|
|
"discord.js": "^14.26.3",
|
|
|
|
|
"express": "^5.2.1",
|
|
|
|
|
"express-rate-limit": "^8.3.2",
|
|
|
|
|
"express-subdomain": "^1.0.6",
|
|
|
|
|
"joi": "^18.1.2",
|
|
|
|
|
"morgan": "^1.10.1",
|
|
|
|
|
"multer": "^2.1.1",
|
|
|
|
|
"pg": "^8.20.0",
|
2026-02-22 19:48:25 +01:00
|
|
|
"pg-hstore": "^2.3.4",
|
2026-04-22 01:20:50 +02:00
|
|
|
"sequelize": "^6.37.8"
|
2026-02-22 19:48:25 +01:00
|
|
|
}
|
|
|
|
|
}
|