This commit is contained in:
yaoyanwei
2025-08-04 16:25:38 +08:00
parent 8d542ea201
commit 4b2bb35c20
46 changed files with 5128 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "tcg-engine-api",
"version": "0.0.1",
"description": "",
"main": "server.js",
"author": "IndieMarc",
"dependencies": {
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"express-slow-down": "^1.5.0",
"jsonwebtoken": "^9.0.0",
"mongoose": "^6.8.4",
"node-schedule": "^2.1.1",
"nodemailer": "^6.9.0"
}
}