From 9dfa11839ea65be160f8518d88f824045fd8236e Mon Sep 17 00:00:00 2001 From: Kasnix Date: Thu, 11 Jun 2026 08:53:18 -0300 Subject: [PATCH] chore(package): add homepage, author, and bugs metadata --- package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c196afa..e1d3f9a 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,19 @@ { "name": "@kasnix/structured-objects", "description": "Data structures for objects.", - "author": "Kasnix", "version": "2.0.4", + "homepage": "https://github.com/luckasnix/structured-objects#readme", + "author": { + "name": "Kasnix", + "url": "https://github.com/luckasnix" + }, "repository": { "type": "git", "url": "git+https://github.com/luckasnix/structured-objects.git" }, + "bugs": { + "url": "https://github.com/luckasnix/structured-objects/issues" + }, "type": "module", "sideEffects": false, "types": "./dist/index.d.ts",