projeto_web/backend/package.json

20 lines
382 B
JSON
Raw Normal View History

2026-05-12 01:03:54 +00:00
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
2026-05-12 01:03:54 +00:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
2026-05-12 01:03:54 +00:00
},
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^17.4.2",
"express": "^5.2.1",
"mysql2": "^3.22.3",
"nodemon": "^3.1.14"
2026-05-12 01:03:54 +00:00
}
}