X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/fac54389550aaab8bcb4ad1e6b0b1900fd8887d2..2acbdb038ea9e9d61ce7ce070629e0187fe95718:/package.json diff --git a/package.json b/package.json index 8bc21f9..81d26a8 100644 --- a/package.json +++ b/package.json @@ -13,9 +13,9 @@ }, "repository": { "type": "git", - "url": "git+https://gitlab.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://gitlab.com/rbdr/blog/issues" @@ -26,9 +26,7 @@ "entities": "^3.0.1", "gemini-to-html": "^2.1.0", "getenv": "^1.0.0", - "marked": "^4.0.8", - "minimist": "^1.2.5", - "ncp": "^2.0.0" + "minimist": "^1.2.5" }, "devDependencies": { "@hapi/eslint-plugin": "^5.1.0", @@ -36,6 +34,6 @@ "jsdoc-to-markdown": "^7.1.0" }, "engines": { - "node": ">=14.0.0" + "node": ">=18.0.0" } }