From a0994fc7c5a6b4e1c01b092fa8d773c2b0664dfa Mon Sep 17 00:00:00 2001 From: Daniel Regeci <536331+ovx@users.noreply.github.com> Date: Mon, 2 Sep 2024 19:38:03 -0300 Subject: [PATCH] fix package repo url --- package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 075cc7e..f43147f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,15 @@ "name": "altcha-lib", "version": "1.0.0", "description": "A library for creating and verifying ALTCHA challenges for Node.js, Bun and Deno.", - "author": "Daniel Regeci", + "author": { + "name": "Daniel Regeci", + "url": "https://altcha.org" + }, + "homepage": "https://altcha.org", + "repository": { + "type": "git", + "url": "https://github.com/altcha-org/altcha-lib" + }, "license": "MIT", "keywords": [ "altcha",