about summary refs log tree commit diff stats
path: root/package.json
diff options
context:
space:
mode:
authorAlan Pearce2023-09-12 10:56:39 +0200
committerAlan Pearce2023-09-12 10:56:39 +0200
commit78439b16cc66532225e75c9aa40cf7c49cddc22d (patch)
tree24514d56345534ad50ad6180026d67b605fea071 /package.json
parentb45b4e37af14d94726b0c5d2691289886c0527cf (diff)
downloadhomestead-78439b16cc66532225e75c9aa40cf7c49cddc22d.tar.lz
homestead-78439b16cc66532225e75c9aa40cf7c49cddc22d.tar.zst
homestead-78439b16cc66532225e75c9aa40cf7c49cddc22d.zip
Read config from TOML file
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index d0e61be..27f95e0 100644
--- a/package.json
+++ b/package.json
@@ -10,6 +10,7 @@
   },
   "type": "module",
   "dependencies": {
-    "serve-static-bun": "^0.5.3"
+    "serve-static-bun": "^0.5.3",
+    "toml": "^3.0.0"
   }
 }
\ No newline at end of file