From 6be2d7139c7983207cb8ae8af3024fe797787ab6 Mon Sep 17 00:00:00 2001 From: gshaowei6 <47922975+gshaowei6@users.noreply.github.com> Date: Thu, 11 Jun 2026 03:56:42 +0800 Subject: [PATCH] chore: add npm metadata links --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 942fafe..515768c 100644 --- a/package.json +++ b/package.json @@ -26,8 +26,14 @@ }, "author": "mazhe.nerd", "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/larksuite/node-sdk.git" + }, "homepage": "https://github.com/larksuite/node-sdk", - "url": "https://github.com/larksuite/node-sdk/issues", + "bugs": { + "url": "https://github.com/larksuite/node-sdk/issues" + }, "dependencies": { "axios": "~1.13.3", "lodash.identity": "^3.0.0",