diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json index 9e79fda..055a7dc 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,6 @@ "author": "Leonardo Bishop", "license": "UNLICENSED", "dependencies": { - "@types/express": "^4.17.13", "dateformat": "^5.0.2", "dotenv": "^10.0.0", "ejs": "^3.1.6", @@ -20,7 +19,10 @@ }, "type": "module", "devDependencies": { + "@types/express": "^4.17.13", "@types/glob": "^7.2.0", - "eslint": "^8.2.0" + "@typescript-eslint/eslint-plugin": "^5.7.0", + "@typescript-eslint/parser": "^5.7.0", + "eslint": "^8.5.0" } } |
