Add HTTP server

This commit is contained in:
Samuel Elliott
2022-03-13 18:03:05 +00:00
parent 0bdd4b4614
commit c0c138ef49
18 changed files with 1748 additions and 63 deletions

View File

@@ -21,6 +21,7 @@
"cli-table": "^0.3.11",
"debug": "^4.3.3",
"discord-rpc": "^4.0.1",
"express": "^4.17.3",
"node-fetch": "^3.2.2",
"node-notifier": "^10.0.1",
"node-persist": "^3.1.0",
@@ -32,6 +33,7 @@
"@types/cli-table": "^0.3.0",
"@types/debug": "^4.1.7",
"@types/discord-rpc": "^4.0.0",
"@types/express": "^4.17.13",
"@types/node": "^17.0.21",
"@types/node-notifier": "^8.0.2",
"@types/node-persist": "^3.1.2",