-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 834 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "minimax-plugin-claude-code",
"version": "1.0.0",
"type": "module",
"description": "Use MiniMax from Claude Code to review code or delegate tasks.",
"author": "robbedoo",
"license": "Apache-2.0",
"homepage": "https://github.com/robbedoo/minimax-plugin-claude-code#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/robbedoo/minimax-plugin-claude-code.git"
},
"bugs": {
"url": "https://github.com/robbedoo/minimax-plugin-claude-code/issues"
},
"keywords": [
"claude",
"claude-code",
"minimax",
"code-review",
"ai-plugin",
"llm",
"developer-tools",
"function-calling"
],
"engines": {
"node": ">=18.18.0"
},
"scripts": {
"test": "node --test tests/*.test.mjs"
},
"devDependencies": {
"@types/node": "^25.5.0"
}
}