diff --git a/packages/core/package.json b/packages/core/package.json index 071f03b..4e60e47 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -31,6 +31,11 @@ "typescript": "^5.7.0", "vitest": "^3.0.0" }, + "repository": { + "type": "git", + "url": "https://github.com/codercops/chatcops", + "directory": "packages/core" + }, "publishConfig": { "access": "public" }, diff --git a/packages/server/package.json b/packages/server/package.json index a8a52ce..52d7a14 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -50,6 +50,11 @@ "vitest": "^3.0.0", "@types/express": "^5.0.0" }, + "repository": { + "type": "git", + "url": "https://github.com/codercops/chatcops", + "directory": "packages/server" + }, "publishConfig": { "access": "public" }, diff --git a/packages/widget/package.json b/packages/widget/package.json index fdbbcca..9bd76d9 100644 --- a/packages/widget/package.json +++ b/packages/widget/package.json @@ -31,6 +31,11 @@ "vitest": "^3.0.0", "happy-dom": "^16.0.0" }, + "repository": { + "type": "git", + "url": "https://github.com/codercops/chatcops", + "directory": "packages/widget" + }, "publishConfig": { "access": "public" },