]> git.r.bdr.sh - rbdr/blog/blobdiff - package.json
Add Contributing
[rbdr/blog] / package.json
index e5303b110584c64420412231d173718bbed6ce26..696d42a83825e400957112c85fe068f5b94b6695 100644 (file)
@@ -1,42 +1,37 @@
 {
   "name": "blog",
-  "version": "1.0.0",
-  "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"
   },
   "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 <contact@r.bdr.sh>",
   "license": "Apache-2.0",
-  "bugs": {
-    "url": "https://github.com/rbdr/blog/issues"
-  },
-  "homepage": "https://github.com/rbdr/blog#readme",
+  "homepage": "https://r.bdr.sh/blog.html",
   "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": "^4.5.0",
+    "gemini-to-html": "^2.1.0",
+    "getenv": "^1.0.0",
+    "minimist": "^1.2.8"
   },
   "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": "^6.0.0",
+    "eslint": "^8.56.0",
+    "jsdoc-to-markdown": "^8.0.1"
   },
   "engines": {
-    "node": ">=8.0.0"
-  }
+    "node": ">=20.0.0"
+  },
+  "type": "module"
 }