Files
Campus-Plug/backend/package.json

29 lines
584 B
JSON
Raw Normal View History

2025-01-30 13:29:13 -07:00
{
"name": "server",
"version": "1.0.0",
"main": "index.js",
"type": "commonjs",
2025-01-30 13:29:13 -07:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js"
2025-01-30 13:29:13 -07:00
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"body-parser": "^1.20.3",
2025-01-30 13:29:13 -07:00
"cors": "^2.8.5",
"crypto": "^1.0.1",
2025-01-30 13:29:13 -07:00
"dotenv": "^16.4.7",
"express": "^4.21.2",
"jsonwebtoken": "^9.0.2",
2025-03-11 15:57:02 -06:00
"mysql": "^2.18.1",
"mysql2": "^3.12.0",
"nodemailer": "^6.10.0"
},
"devDependencies": {
"nodemon": "^3.1.9"
2025-01-30 13:29:13 -07:00
}
}