Integrate express server

This commit is contained in:
2025-11-09 11:05:21 +01:00
parent c19bde7896
commit d6ba7c595a
3 changed files with 67 additions and 49 deletions

View File

@@ -12,18 +12,18 @@
"start": "node app.js",
"register": "node commands.js",
"dev": "nodemon app.js",
"publish-patch-note" : "node patchnote-publisher.js",
"publish-patch-note": "node patchnote-publisher.js",
"name-card-test": "node tests/name-card-test.js",
"istg-token-test": "node tests/token-renew.js",
"token-watch-test" : "node tests/token-watch.js",
"polling-test" : "node tests/polling.js"
"token-watch-test": "node tests/token-watch.js",
"polling-test": "node tests/polling.js"
},
"author": "Naaturel",
"license": "MIT",
"dependencies": {
"discord.js": "^14.22.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express": "^4.21.2",
"prompt-sync": "^4.2.0",
"sharp": "^0.34.5"
},