-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
17 lines (17 loc) · 802 Bytes
/
Copy pathpackage.json
File metadata and controls
17 lines (17 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "dsh-plugin-opencode-bridge",
"version": "0.1.1",
"description": "Bridge OpenCode's skills and configuration into DeepSeek Harness",
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": { ".": { "import": "./lib/index.js", "types": "./lib/index.d.ts" } },
"files": ["lib", "cordis.patch.yml", "README.md"],
"scripts": { "build": "tsc", "prepare": "tsc", "prepublishOnly": "tsc" },
"keywords": ["dsh-plugin", "deepseek-harness", "opencode", "memory", "skills", "bridge"],
"author": "YYTbit",
"license": "MIT",
"repository": { "type": "git", "url": "https://github.com/YYTbit/dsh-plugin-opencode-bridge" },
"dsh": { "bundle": { "patch": "./cordis.patch.yml" } },
"devDependencies": { "@types/node": "^26.2.0", "typescript": "^5.7.0" }
}