From 6c6c269dbd92b50190a38ac64af3c95807e12fcf Mon Sep 17 00:00:00 2001 From: Jan Andrle Date: Fri, 28 Jun 2024 10:45:13 +0200 Subject: [PATCH] :tv: updates package info --- package.json | 40 ++++++++++++++++++++++++---------------- 1 file changed, 24 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index ae8ee23..f972128 100644 --- a/package.json +++ b/package.json @@ -1,18 +1,26 @@ { - "name": "pagenotfound-cli", - "version": "1.1.0", - "description": "Utility primary for generating RSS feed for Pagenotfound", - "bin": "cli.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "", - "license": "MIT", - "dependencies": { - "jsdom": "~24.1", - "nodejsscript": "~1.0" - }, - "engines": { - "node": ">=18.19" - } + "name": "pagenotfound-cli", + "version": "1.1.0", + "description": "Utility primary for generating RSS feed for Pagenotfound", + "bin": "cli.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "Jan Andrle ", + "repository": { + "type": "git", + "url": "https://gitea.jaandrle.cz/jaandrle/pagenotfound-cli.git" + }, + "homepage": "https://gitea.jaandrle.cz/jaandrle/pagenotfound-cli", + "bugs": { + "url": "https://gitea.jaandrle.cz/jaandrle/pagenotfound-cli/issues" + }, + "license": "MIT", + "dependencies": { + "jsdom": "~24.1", + "nodejsscript": "~1.0" + }, + "engines": { + "node": ">=18.19" + } }