Files
aranroig.com/backend/package.json
BinarySandia04 6e4a9ac967
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 2m1s
Place
2026-06-11 23:47:37 +02:00

21 lines
380 B
JSON

{
"name": "backend",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "src/index.js",
"scripts": {
"dev": "nodemon src/index.js"
},
"dependencies": {
"cors": "^2.8.6",
"dotenv": "^17.3.1",
"express": "^5.2.1",
"mongoose": "^9.3.0",
"nodemon": "^3.1.14",
"socket.io": "^4.8.3"
}
}