X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/db7b464d701c7d48777ddd38a10f69093cd5442c..72c91149425d45b0517bda929d459fc02f5603cc:/package.json diff --git a/package.json b/package.json index f2ed098..696d42a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "blog", - "version": "2.0.0-alpha1", - "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" @@ -13,29 +13,25 @@ }, "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" - }, - "homepage": "https://gitlab.com/rbdr/blog#readme", + "homepage": "https://r.bdr.sh/blog.html", "dependencies": { "dot": "^1.1.3", - "entities": "^2.0.2", + "entities": "^4.5.0", + "gemini-to-html": "^2.1.0", "getenv": "^1.0.0", - "marked": "^1.0.0", - "minimist": "^1.2.5", - "ncp": "^2.0.0" + "minimist": "^1.2.8" }, "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": "^6.0.0", + "eslint": "^8.56.0", + "jsdoc-to-markdown": "^8.0.1" }, "engines": { - "node": ">=14.0.0" - } + "node": ">=20.0.0" + }, + "type": "module" }