diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-12-20 14:48:04 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-12-20 14:48:04 +0000 |
| commit | 3f91a121b33151cd466de930d0e68bdf87f4d19e (patch) | |
| tree | 62e9555661340d85537d8441da8cb92384d21180 /package.json | |
| parent | 1a1f5a10fb60426dae868d2a73ed2cac46100f2b (diff) | |
Convert to typescript
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index 8443acd..9e79fda 100644 --- a/package.json +++ b/package.json @@ -10,14 +10,17 @@ "author": "Leonardo Bishop", "license": "UNLICENSED", "dependencies": { + "@types/express": "^4.17.13", "dateformat": "^5.0.2", "dotenv": "^10.0.0", "ejs": "^3.1.6", "escape-html": "^1.0.3", - "express": "^4.17.1" + "express": "^4.17.1", + "glob": "^7.2.0" }, "type": "module", "devDependencies": { + "@types/glob": "^7.2.0", "eslint": "^8.2.0" } } |
