26 lines
574 B
JSON
26 lines
574 B
JSON
{
|
|
"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": {
|
|
"axios": "^1.15.0",
|
|
"discord.js": "^14.25.1",
|
|
"express": "^4.18.2",
|
|
"express-rate-limit": "^8.3.1",
|
|
"express-subdomain": "^1.0.5",
|
|
"joi": "^17.7.0",
|
|
"morgan": "^1.10.0",
|
|
"multer": "^1.4.5-lts.1",
|
|
"pg": "^8.18.0",
|
|
"pg-hstore": "^2.3.4",
|
|
"sequelize": "^6.37.7"
|
|
}
|
|
}
|