-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.29 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.29 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@imsus/pi-extension-minimax-coding-plan-mcp",
"version": "1.0.1",
"description": "MiniMax Coding Plan extension for pi coding agent - provides web_search and understand_image tools",
"type": "module",
"overrides": {
"node-domexception": "^2.0.0"
},
"keywords": [
"pi",
"pi-coding-agent",
"pi-package",
"minimax",
"coding-plan",
"mcp",
"web-search",
"image-understanding",
"extension"
],
"author": "imsus <github@imsus.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/imsus/pi-extension-minimax-coding-plan-mcp.git"
},
"bugs": {
"url": "https://github.com/imsus/pi-extension-minimax-coding-plan-mcp/issues"
},
"homepage": "https://github.com/imsus/pi-extension-minimax-coding-plan-mcp#readme",
"dependencies": {
"@sinclair/typebox": "^0.34.48"
},
"devDependencies": {
"@mariozechner/pi-coding-agent": "^0.64.0",
"@mariozechner/pi-tui": "^0.64.0",
"@types/node": "^22.0.0",
"typescript": "^5.6.0"
},
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"typecheck": "tsc --noEmit"
},
"publishConfig": {
"access": "public"
},
"files": [
"extensions/",
"skills/",
"package.json",
"README.md",
"CHANGELOG.md",
"LICENSE"
]
}