summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..2539584
--- /dev/null
+++ b/package.json
@@ -0,0 +1,15 @@
+{
+ "name": "eug-vs-xyz",
+ "version": "0.0.0",
+ "author": "eug-vs <eugene@eug-vs.xyz>",
+ "license": "MIT",
+ "scripts": {
+ "dev": "astro dev",
+ "start": "astro dev",
+ "build": "astro build",
+ "preview": "astro preview"
+ },
+ "dependencies": {
+ "astro": "^1.5.2"
+ }
+}