This commit is contained in:
newtbot
2023-12-16 01:01:36 +08:00
parent d1e62e1e61
commit 81662a5a93
3 changed files with 328 additions and 2 deletions

View File

@ -17,6 +17,8 @@
},
"homepage": "https://github.com/Newtbot/MP#readme",
"dependencies": {
"express": "^4.18.2"
"express": "^4.18.2",
"mysql2": "^3.6.5",
"sequelize": "^6.35.2"
}
}