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",