From e4e7d40d4c72db2919db76c8256b5068d9035124 Mon Sep 17 00:00:00 2001 From: Rafael Cardenas Date: Tue, 6 Jan 2026 14:45:18 -0600 Subject: [PATCH] fix: add repo urls to package json --- client/package.json | 5 +++++ package.json | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/client/package.json b/client/package.json index 6292978..59f2dc9 100644 --- a/client/package.json +++ b/client/package.json @@ -9,6 +9,11 @@ "swagger-client", "@hirosystems/token-metadata-api-client" ], + "repository": { + "type": "git", + "url": "https://github.com/hirosystems/token-metadata-api.git", + "directory": "client" + }, "license": "GPL-3.0", "engines": { "node": ">=22" diff --git a/package.json b/package.json index ccc0ca4..521e5bd 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,10 @@ "name": "@hirosystems/token-metadata-api", "description": "A microservice that indexes metadata for all Fungible, Non-Fungible, and Semi-Fungible Tokens in the Stacks blockchain and exposes it via JSON REST API endpoints", "version": "1.0.0", + "repository": { + "type": "git", + "url": "https://github.com/hirosystems/token-metadata-api.git" + }, "main": "index.js", "author": "Hiro Systems PBC (https://hiro.so)", "license": "GPL-3.0",