diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-12-21 15:16:27 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-12-21 15:16:27 +0000 |
| commit | e70fd3594cfa8e0e29c3e9fb25991a9bad048469 (patch) | |
| tree | 6984c870820526bfc48ced41cbd5c0a1c580ad4f /package.json | |
| parent | f4b697f0e4248ecbeb9606a113d602e28c740b38 (diff) | |
Seperate router modules from index.ts
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 0519db1..eabc30e 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,8 @@ }, "type": "module", "devDependencies": { + "@types/dateformat": "^5.0.0", + "@types/escape-html": "^1.0.1", "@types/express": "^4.17.13", "@types/glob": "^7.2.0", "@typescript-eslint/eslint-plugin": "^5.7.0", |
