From 9e44df7fc98e13aea7a2fa885129e81597ae331c Mon Sep 17 00:00:00 2001 From: xianzuyang9-blip Date: Tue, 9 Jun 2026 06:50:26 +0800 Subject: [PATCH] fix: add perp-cli npm metadata links --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package.json b/package.json index aa4adf9..665b977 100644 --- a/package.json +++ b/package.json @@ -75,5 +75,13 @@ "tsx": "^4.21.0", "typescript": "^5.7.0", "vitest": "^4.0.18" + }, + "homepage": "https://github.com/hypurrquant/perp-cli#readme", + "repository": { + "type": "git", + "url": "git+https://github.com/hypurrquant/perp-cli.git" + }, + "bugs": { + "url": "https://github.com/hypurrquant/perp-cli/issues" } }