diff --git a/package.json b/package.json index 551d2fb..af66477 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,14 @@ "version": "1.0.17", "description": "CLI for the MiniMax AI Platform", "type": "module", + "repository": { + "type": "git", + "url": "git+https://github.com/MiniMax-AI/cli.git" + }, + "homepage": "https://github.com/MiniMax-AI/cli#readme", + "bugs": { + "url": "https://github.com/MiniMax-AI/cli/issues" + }, "engines": { "node": ">=18" },