Files
aranroig.com/backend/package.json
Aran Roig 15c37f204c
Some checks failed
Build and Deploy Nuxt / build (push) Failing after 18s
nginx update
2026-03-17 22:15:44 +01:00

20 lines
353 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"
}
}