aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json
index 293868e..d700de3 100644
--- a/package.json
+++ b/package.json
@@ -14,16 +14,21 @@
"@types/escape-html": "^1.0.1",
"@types/express": "^4.17.13",
"@types/glob": "^7.2.0",
+ "axios": "^1.4.0",
"dateformat": "^5.0.2",
"dotenv-defaults": "^3.0.0",
"ejs": "^3.1.6",
"escape-html": "^1.0.3",
"express": "^4.17.1",
"glob": "^7.2.0",
- "winston": "^3.3.3"
+ "gray-matter": "^4.0.3",
+ "marked": "^6.0.0",
+ "winston": "^3.3.3",
+ "ws": "^8.13.0"
},
"type": "module",
"devDependencies": {
+ "@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"eslint": "^8.5.0"