summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorhouston[bot] <astrobot-houston@users.noreply.github.com>2025-05-23 14:49:07 +0200
committerYuval Adam <_@yuv.al>2025-05-23 14:49:07 +0200
commite999e18d0a182705f7fc8c2676f25f236755ec5b (patch)
tree85e0cecdea634076533a163213a14144bee933d2 /package.json
Initial commit from Astro
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..7e08b99
--- /dev/null
+++ b/package.json
@@ -0,0 +1,14 @@
+{
+ "name": "astro-base",
+ "type": "module",
+ "version": "0.0.1",
+ "scripts": {
+ "dev": "astro dev",
+ "build": "astro build",
+ "preview": "astro preview",
+ "astro": "astro"
+ },
+ "dependencies": {
+ "astro": "^5.8.0"
+ }
+} \ No newline at end of file