From fe49e0c5ceadbf1c06d7fc8b6a9f78bbd06c60cd Mon Sep 17 00:00:00 2001 From: geobelsky Date: Wed, 25 Mar 2026 13:17:46 +0000 Subject: [PATCH] Add missing Java and .NET SDK links to Related Repositories and add repository metadata to package.json Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 2 ++ package.json | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index f47efa4..2ac9286 100644 --- a/README.md +++ b/README.md @@ -341,6 +341,8 @@ npm test | [axme-examples](https://github.com/AxmeAI/axme-examples) | Runnable examples using this SDK | | [axme-sdk-python](https://github.com/AxmeAI/axme-sdk-python) | Python equivalent | | [axme-sdk-go](https://github.com/AxmeAI/axme-sdk-go) | Go equivalent | +| [axme-sdk-java](https://github.com/AxmeAI/axme-sdk-java) | Java equivalent | +| [axme-sdk-dotnet](https://github.com/AxmeAI/axme-sdk-dotnet) | .NET equivalent | --- diff --git a/package.json b/package.json index 9007667..8a84d9c 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,14 @@ "engines": { "node": ">=20" }, + "repository": { + "type": "git", + "url": "https://github.com/AxmeAI/axme-sdk-typescript.git" + }, + "homepage": "https://github.com/AxmeAI/axme-sdk-typescript", + "bugs": { + "url": "https://github.com/AxmeAI/axme-sdk-typescript/issues" + }, "devDependencies": { "@types/node": "^24.0.0", "tsx": "^4.20.0",