X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/5e265f9d81bcce30949e88850892ea5dacec7386..a9c02cac1fde01ac28dc1241d1e63f85a1ff03a2:/package.json diff --git a/package.json b/package.json index e5303b1..50efad2 100644 --- a/package.json +++ b/package.json @@ -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 ", + "author": "Ruben Beltran del Rio ", "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" } }