diff --git a/package.json b/package.json index d0dce4b..f5dc8d5 100644 --- a/package.json +++ b/package.json @@ -22,5 +22,13 @@ }, "scripts": { "prepare": "husky" - } + }, + "bugs": { + "url": "https://github.com/AElfProject/vscode-aelf-studio/issues" + }, + "repository": { + "type": "git", + "url": "https://github.com/AElfProject/vscode-aelf-studio.git" + }, + "homepage": "https://github.com/AElfProject/vscode-aelf-studio/blob/main/README.md" }