diff --git a/ts/package.json b/ts/package.json index 8fe6e7ac0..4bac6c5e7 100644 --- a/ts/package.json +++ b/ts/package.json @@ -6,6 +6,14 @@ "module": "dist/esm/index.js", "license": "(MIT OR Apache-2.0)", "types": "dist/cjs/index.d.ts", + "homepage": "https://github.com/project-serum/anchor#readme", + "bugs": { + "url": "https://github.com/project-serum/anchor/issues" + }, + "repository": { + "type": "git", + "url": "https://github.com/project-serum/anchor.git" + }, "publishConfig": { "access": "public" },