]> git.r.bdr.sh - rbdr/blog/blobdiff - package.json
Add Contributing
[rbdr/blog] / package.json
index c860a0365ffe0352e0b20e50ca6db3e44c56a9bf..696d42a83825e400957112c85fe068f5b94b6695 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "blog",
-  "version": "5.0.2",
-  "description": "An ephemeral blog",
+  "version": "6.0.0",
+  "description": "An ephemeral blog with gemini and gopher archive",
   "main": "lib/blog.js",
   "bin": {
     "blog": "./bin/blog.js"
     "type": "git",
     "url": "git+https://git.sr.ht/~rbdr/blog"
   },
-  "author": "Ruben Beltran del Rio <ruben@unlimited.pizza>",
+  "author": "Ruben Beltran del Rio <contact@r.bdr.sh>",
   "license": "Apache-2.0",
-  "bugs": {
-    "url": "https://gitlab.com/rbdr/blog/issues"
-  },
-  "homepage": "https://gitlab.com/rbdr/blog#readme",
+  "homepage": "https://r.bdr.sh/blog.html",
   "dependencies": {
     "dot": "^1.1.3",
     "entities": "^4.5.0",
@@ -34,6 +31,7 @@
     "jsdoc-to-markdown": "^8.0.1"
   },
   "engines": {
-    "node": ">=18.0.0"
-  }
+    "node": ">=20.0.0"
+  },
+  "type": "module"
 }