Integrate express server
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user