program is now in web server

Co-authored-by: Avior <github@avior.me>
This commit is contained in:
2023-02-10 10:06:31 +01:00
parent b938e6c541
commit e277358a88
5 changed files with 766 additions and 715 deletions

View File

@@ -17,12 +17,19 @@
"author": "",
"license": "ISC",
"dependencies": {
"@types/errorhandler": "^1.5.0",
"@types/express": "^4.17.17",
"@types/express-handlebars": "^6.0.0",
"errorhandler": "^1.5.1",
"express": "^4.18.2",
"express-handlebars": "^6.0.7",
"jimp": "^0.16.2",
"js-sha1": "^0.6.0",
"serve-static": "^1.15.0",
"spark-md5": "^3.0.2"
},
"devDependencies": {
"@dzeio/config": "^1.1.12",
"@dzeio/config": "^1.1.8",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"eslint": "^8.33.0",