aboutsummaryrefslogtreecommitdiff
path: root/examples/minimal/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/minimal/package.json')
-rw-r--r--examples/minimal/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
new file mode 100644
index 000000000..eaf6c2f11
--- /dev/null
+++ b/examples/minimal/package.json
@@ -0,0 +1,15 @@
+{
+ "name": "@example/minimal",
+ "type": "module",
+ "version": "0.0.1",
+ "private": true,
+ "scripts": {
+ "dev": "astro dev",
+ "build": "astro build",
+ "preview": "astro preview",
+ "astro": "astro"
+ },
+ "dependencies": {
+ "astro": "^5.9.0"
+ }
+}