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",