summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-09-24 08:59:36 +0200
committerYuval Adam <_@yuv.al>2025-09-24 08:59:36 +0200
commit564ada7388d7fba9a952fecdae1db4ecbe0c7fd9 (patch)
tree885d8b11724811923f51db84f073b31649ec9d26 /package.json
Initial astro project
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..cf43393
--- /dev/null
+++ b/package.json
@@ -0,0 +1,14 @@
+{
+ "name": "geshem",
+ "type": "module",
+ "version": "0.0.1",
+ "scripts": {
+ "dev": "astro dev",
+ "build": "astro build",
+ "preview": "astro preview",
+ "astro": "astro"
+ },
+ "dependencies": {
+ "astro": "^5.13.10"
+ }
+} \ No newline at end of file