This commit is contained in:
2026-01-08 02:50:06 -03:00
parent 05c9e7e670
commit 134698e7ab
3 changed files with 16 additions and 1 deletions

View File

@@ -4,12 +4,13 @@
"description": "",
"license": "ISC",
"author": "",
"type": "commonjs",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"dotenv": "^17.2.3",
"express": "^5.2.1",
"multer": "^2.0.2"
}