diff --git a/packages/ai/package.json b/packages/ai/package.json index a311e2aa..8c5d516b 100644 --- a/packages/ai/package.json +++ b/packages/ai/package.json @@ -67,5 +67,14 @@ }, "peerDependencies": { "@netlify/api": ">=14.0.0" + }, + "repository": { + "type": "git", + "url": "https://github.com/netlify/primitives.git", + "directory": "packages/ai" + }, + "homepage": "https://github.com/netlify/primitives/tree/main/packages/ai", + "bugs": { + "url": "https://github.com/netlify/primitives/issues" } }