]> git.r.bdr.sh - rbdr/blog/blobdiff - package.json
Escape ampersand in titles
[rbdr/blog] / package.json
index e5303b110584c64420412231d173718bbed6ce26..50efad2fdade10a6c2645f1c14948d14235ae005 100644 (file)
@@ -1,42 +1,39 @@
 {
   "name": "blog",
-  "version": "1.0.0",
+  "version": "5.0.0",
   "description": "An ephemeral blog",
   "main": "lib/blog.js",
   "bin": {
     "blog": "./bin/blog.js"
   },
   "scripts": {
-    "document": "jsdoc -c ./config/jsdoc.json lib config",
+    "document": "jsdoc2md -f 'lib/**/*.js' > doc/README.md",
     "lint": "eslint .",
-    "test": "echo \":(\""
+    "test": "echo ':('"
   },
   "repository": {
     "type": "git",
-    "url": "git+https://github.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://github.com/rbdr/blog/issues"
+    "url": "https://gitlab.com/rbdr/blog/issues"
   },
-  "homepage": "https://github.com/rbdr/blog#readme",
+  "homepage": "https://gitlab.com/rbdr/blog#readme",
   "dependencies": {
-    "getenv": "0.7.x",
-    "markdown": "0.5.x",
-    "minimist": "1.2.x",
-    "mustache": "2.3.x",
-    "ncp": "2.0.x",
-    "rimraf": "2.6.x"
+    "dot": "^1.1.3",
+    "entities": "^3.0.1",
+    "gemini-to-html": "^2.1.0",
+    "getenv": "^1.0.0",
+    "minimist": "^1.2.5"
   },
   "devDependencies": {
-    "docdash": "0.4.x",
-    "eslint": "4.1.x",
-    "eslint-config-hapi": "10.0.x",
-    "eslint-plugin-hapi": "4.0.x",
-    "jsdoc": "3.4.x"
+    "@hapi/eslint-plugin": "^5.1.0",
+    "eslint": "^8.5.0",
+    "jsdoc-to-markdown": "^7.1.0"
   },
   "engines": {
-    "node": ">=8.0.0"
+    "node": ">=18.0.0"
   }
 }