From 70625ce62aba43e586901d340ae81c2830d9fbc6 Mon Sep 17 00:00:00 2001
From: LarsVomMars
Date: Thu, 26 Dec 2024 23:41:15 +0100
Subject: init

---
 package.json | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 package.json

(limited to 'package.json')

diff --git a/package.json b/package.json
new file mode 100644
index 0000000..4179188
--- /dev/null
+++ b/package.json
@@ -0,0 +1,20 @@
+{
+  "name": "",
+  "type": "module",
+  "version": "0.0.1",
+  "scripts": {
+    "dev": "astro dev",
+    "build": "astro build",
+    "preview": "astro preview",
+    "astro": "astro"
+  },
+  "dependencies": {
+    "@astrojs/mdx": "^4.0.3",
+    "@astrojs/rss": "^4.0.10",
+    "@astrojs/sitemap": "^3.2.1",
+    "astro": "^5.1.1"
+  },
+  "devDependencies": {
+    "@types/bun": "^1.1.14"
+  }
+}
\ No newline at end of file
-- 
cgit v1.2.3