-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.29 KB
/
package.json
File metadata and controls
57 lines (57 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
57
{
"name": "opencode-kimi-full",
"version": "1.4.0",
"description": "OpenCode plugin that brings the official Kimi OAuth device flow and Kimi-specific coding request fields to opencode, matching upstream kimi-cli.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/lemon07r/opencode-kimi-full.git"
},
"homepage": "https://github.com/lemon07r/opencode-kimi-full#readme",
"bugs": {
"url": "https://github.com/lemon07r/opencode-kimi-full/issues"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"type": "module",
"main": "./src/index.ts",
"exports": {
".": "./src/index.ts",
"./server": "./src/index.ts",
"./tui": "./src/tui.tsx"
},
"files": [
"src",
"README.md",
"AGENTS.md",
"LICENSE"
],
"keywords": [
"opencode",
"opencode-plugin",
"kimi",
"kimi-for-coding",
"moonshot",
"oauth",
"device-flow",
"reasoning-effort",
"prompt-cache-key"
],
"peerDependencies": {
"@opencode-ai/plugin": ">=1.4.6"
},
"engines": {
"opencode": ">=1.4.6"
},
"dependencies": {
"@opentui/core": "0.1.99",
"@opentui/solid": "0.1.99"
},
"devDependencies": {
"@opencode-ai/plugin": "^1.4.7",
"@types/node": "^22.0.0",
"typescript": "^5.6.0"
}
}