34 lines
804 B
JSON
34 lines
804 B
JSON
{
|
|
"name": "animelista_server",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"altcha": "^2.0.5",
|
|
"altcha-lib": "^1.2.0",
|
|
"bcrypt": "^5.1.1",
|
|
"compression": "^1.8.0",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.4.7",
|
|
"express": "^4.21.1",
|
|
"express-fileupload": "^1.5.1",
|
|
"express-mysql-session": "^3.0.3",
|
|
"express-session": "^1.18.1",
|
|
"glob": "^11.0.0",
|
|
"html-entities": "^2.5.2",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"mysql": "^2.18.1",
|
|
"mysql2": "^3.11.4",
|
|
"nodemailer": "^6.10.0",
|
|
"rimraf": "^6.0.1",
|
|
"sharp": "^0.33.5",
|
|
"uuid": "^11.0.5",
|
|
"validator": "^13.12.0"
|
|
},
|
|
"description": ""
|
|
}
|