diff --git a/clients/js/package.json b/clients/js/package.json index d3deb19..d5c3a93 100644 --- a/clients/js/package.json +++ b/clients/js/package.json @@ -2,7 +2,15 @@ "name": "@solana-program/feature-gate", "version": "0.0.0", "description": "JavaScript client for the Feature Gate program", + "homepage": "https://github.com/solana-program/feature-gate#readme", + "bugs": { + "url": "https://github.com/solana-program/feature-gate/issues" + }, "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/solana-program/feature-gate.git" + }, "files": [ "./dist/src", "./dist/types"