Files
Campus-Plug/backend/package.json
2025-03-11 15:57:02 -06:00

22 lines
416 B
JSON

{
"name": "server",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"mysql": "^2.18.1",
"mysql2": "^3.12.0"
}
}