API Migrada

This commit is contained in:
2025-10-25 04:34:00 -06:00
commit 71d4a56a88
16 changed files with 2309 additions and 0 deletions

30
package.json Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "sm",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.15.0",
"dependencies": {
"bcrypt": "^6.0.0",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"file-type": "^21.0.0",
"jsonwebtoken": "^9.0.2",
"multer": "^2.0.2",
"pg": "^8.16.3",
"sharp": "^0.34.4",
"socket.io": "^4.8.1"
},
"devDependencies": {
"nodemon": "^3.1.10"
}
}