Skip to content

Commit 98f2941

Browse files
committed
fix: add npm package metadata
1 parent 79a6b2b commit 98f2941

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
"version": "1.0.17",
44
"description": "CLI for the MiniMax AI Platform",
55
"type": "module",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/MiniMax-AI/cli.git"
9+
},
10+
"homepage": "https://github.com/MiniMax-AI/cli#readme",
11+
"bugs": {
12+
"url": "https://github.com/MiniMax-AI/cli/issues"
13+
},
614
"engines": {
715
"node": ">=18"
816
},

0 commit comments

Comments
 (0)