aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
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"
}
}