From 368c766af20b6dcebfebb692bcc30669444bc277 Mon Sep 17 00:00:00 2001 From: sawradip Date: Fri, 14 Nov 2025 01:50:45 +0600 Subject: [PATCH] chore: add repository information to package.json - Included repository details in package.json for better project visibility. --- runagent-ts/package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runagent-ts/package.json b/runagent-ts/package.json index 7c19a39..b732514 100644 --- a/runagent-ts/package.json +++ b/runagent-ts/package.json @@ -8,6 +8,10 @@ "main": "./dist/runagent-client.cjs", "module": "./dist/runagent-client.js", "types": "./dist/index.d.ts", + "repository": { + "type": "git", + "url": "https://github.com/runagent-dev/runagent" + }, "exports": { ".": { "import": {