SIU_Dran_net/Server/package.json

27 lines
528 B
JSON
Raw Normal View History

2024-05-25 05:38:51 +00:00
{
"name": "server",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"mysql2": "^3.9.7",
"winston": "^3.13.0"
},
"devDependencies": {
"nodemon": "^3.1.0"
}
}