summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..1c91581
--- /dev/null
+++ b/package.json
@@ -0,0 +1,13 @@
+{
+ "name": "lizdotcoffee",
+ "version": "1.0.0",
+ "type": "module",
+ "scripts": {
+ "dev": "eleventy --serve",
+ "build": "eleventy"
+ },
+ "devDependencies": {
+ "@11ty/eleventy": "^3.0.0",
+ "@11ty/eleventy-plugin-rss": "^2.0.2"
+ }
+}