]> git.r.bdr.sh - rbdr/blog/blobdiff - package.json
Escape ampersand in titles
[rbdr/blog] / package.json
index d1279634abbffb92b928e794499506032d464492..50efad2fdade10a6c2645f1c14948d14235ae005 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "blog",
-  "version": "2.0.0-alpha1",
+  "version": "5.0.0",
   "description": "An ephemeral blog",
   "main": "lib/blog.js",
   "bin": {
   },
   "repository": {
     "type": "git",
-    "url": "git+https://gitlab.com/rbdr/blog.git"
+    "url": "git+https://git.sr.ht/~rbdr/blog"
   },
-  "author": "Ben Beltran <ben@nsovocal.com>",
+  "author": "Ruben Beltran del Rio <ruben@unlimited.pizza>",
   "license": "Apache-2.0",
   "bugs": {
     "url": "https://gitlab.com/rbdr/blog/issues"
   },
   "homepage": "https://gitlab.com/rbdr/blog#readme",
   "dependencies": {
-    "getenv": "^1.0.0",
-    "minimist": "^1.2.5",
     "dot": "^1.1.3",
-    "ncp": "^2.0.0",
-    "marked": "^1.0.0"
+    "entities": "^3.0.1",
+    "gemini-to-html": "^2.1.0",
+    "getenv": "^1.0.0",
+    "minimist": "^1.2.5"
   },
   "devDependencies": {
-    "eslint": "^7.1.0",
-    "@hapi/eslint-config-hapi": "^13.0.2",
-    "@hapi/eslint-plugin-hapi": "^4.3.5",
-    "jsdoc-to-markdown": "^6.0.1"
+    "@hapi/eslint-plugin": "^5.1.0",
+    "eslint": "^8.5.0",
+    "jsdoc-to-markdown": "^7.1.0"
   },
   "engines": {
-    "node": ">=14.0.0"
+    "node": ">=18.0.0"
   }
 }