aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-08-09 13:31:13 +0200
committerWilliam Hergès <william@herges.fr>2025-08-09 13:31:13 +0200
commitb4ce4105535bc9f276570fadfdfc1a9b28aac699 (patch)
tree0642ac93c5bdf5b7aacce9f69707e92d1757cbaf /package.json
Initial commit
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..93d21da
--- /dev/null
+++ b/package.json
@@ -0,0 +1,14 @@
+{
+ "name": "arnaud-herges-fr",
+ "type": "module",
+ "version": "0.0.1",
+ "scripts": {
+ "dev": "astro dev",
+ "build": "astro build",
+ "preview": "astro preview",
+ "astro": "astro"
+ },
+ "dependencies": {
+ "astro": "^5.12.9"
+ }
+} \ No newline at end of file