From 989c8d6e947c56f0241a169da02ba2558653a4b0 Mon Sep 17 00:00:00 2001 From: Alam Guardin Date: Mon, 5 Aug 2024 21:11:05 -0500 Subject: init commit --- package.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..2237374 --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "astrolink", + "type": "module", + "version": "0.0.1", + "scripts": { + "dev": "astro dev", + "start": "astro dev", + "build": "astro build", + "preview": "astro preview", + "astro": "astro" + }, + "dependencies": { + "astro": "^4.13.1" + } +} \ No newline at end of file -- cgit v1.2.3