mirror of
https://github.com/lemon07r/opencode-kimi-full.git
synced 2026-07-18 08:05:52 +02:00
Release v1.0.0: add repo metadata and publishConfig
This commit is contained in:
+13
-1
@@ -1,8 +1,20 @@
|
||||
{
|
||||
"name": "opencode-kimi-full",
|
||||
"version": "0.1.0",
|
||||
"version": "1.0.0",
|
||||
"description": "OpenCode plugin that adds first-class support for Kimi K2.6 (kimi-for-coding) via the official Kimi OAuth device flow, matching the upstream kimi-cli 1:1.",
|
||||
"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": {
|
||||
|
||||
Reference in New Issue
Block a user