diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-12-20 15:14:15 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-12-20 15:14:15 +0000 |
| commit | f5025a42636f75a4e1c519f97ad62920c30278ba (patch) | |
| tree | 8a1216c52609c7ce053920c766b8027b1e7e04cb /package.json | |
| parent | 3f91a121b33151cd466de930d0e68bdf87f4d19e (diff) | |
Dockerise application
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" } } |
