Removed unused lines, Fixed up some linting errors, more code documentation, updated some dep versions, and fixed error in package.json

This commit is contained in:
TheGreyDiamond
2021-10-13 14:23:01 +02:00
parent e33a58e5ab
commit 81b9d0b26f
5 changed files with 3750 additions and 578 deletions

View File

@ -17,19 +17,19 @@
"url": "git+https://github.com/TheGreyDiamond/elevatormapRewritten.git"
},
"author": "TheGreydiamond",
"license": "ISC",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheGreyDiamond/elevatormapRewritten/issues"
},
"homepage": "https://github.com/TheGreyDiamond/elevatormapRewritten#readme",
"homepage": "https://github.com/TheGreyDiamond/elevatormapRewritten",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"eta": "^1.12.2",
"eta": "^1.12.3",
"express": "^4.17.1",
"express-session": "^1.17.2",
"greeting-time": "^1.0.0",
"hcaptcha": "0.0.2",
"hcaptcha": "0.1.0",
"helmet": "^4.6.0",
"multer": "^1.4.2",
"mysql": "^2.18.1",
@ -38,9 +38,9 @@
},
"devDependencies": {
"@types/node": "^16.0.0",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"eslint": "^7.26.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"eslint-config-strongloop": "^2.1.0",
"typescript": "^4.2.4"
}