From e999e18d0a182705f7fc8c2676f25f236755ec5b Mon Sep 17 00:00:00 2001 From: "houston[bot]" Date: Fri, 23 May 2025 14:49:07 +0200 Subject: Initial commit from Astro --- package.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package.json (limited to 'package.json') 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 -- cgit v1.3.1