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