about summary refs log tree commit diff stats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json13
1 files changed, 10 insertions, 3 deletions
diff --git a/package.json b/package.json
index acb0224..47922d2 100644
--- a/package.json
+++ b/package.json
@@ -2,18 +2,25 @@
   "name": "homestead",
   "module": "src/index.ts",
   "scripts": {
-    "start": "bun run ."
+    "start": "bun run .",
+    "build": "bun run bin/build.ts"
   },
   "devDependencies": {
-    "bun-types": "latest"
+    "bun-types": "latest",
+    "cheerio": "1.0.0-rc.12",
+    "highlight.js": "^11.8.0",
+    "marked": "^9.0.3",
+    "marked-highlight": "^2.0.6",
+    "toml-matter": "^1.0.0"
   },
   "peerDependencies": {
     "typescript": "^5.0.0"
   },
   "type": "module",
   "dependencies": {
-    "@sentry/node": "^7.69.0",
+    "@sentry/node": "^7.70.0",
     "bun-prometheus-client": "^0.0.2",
+    "loglevel": "^1.8.1",
     "toml": "^3.0.0"
   }
 }