dsh-plugin-manager-plus 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json ADDED
@@ -0,0 +1,55 @@
1
+ {
2
+ "name": "dsh-plugin-manager-plus",
3
+ "description": "DeepSeek Harness (DSH) 插件管理器:设置面板内的社区插件市场(npm 搜索一键安装)+ 已安装插件管理(来源/用途/状态三维筛选、启停热重载、一键卸载、持久化)。Plugin manager & marketplace for DeepSeek Harness.",
4
+ "version": "1.3.0",
5
+ "type": "module",
6
+ "main": "./lib/index.mjs",
7
+ "exports": {
8
+ ".": "./lib/index.mjs",
9
+ "./client": "./lib/client.js",
10
+ "./package.json": "./package.json"
11
+ },
12
+ "files": [
13
+ "lib/",
14
+ "cordis.patch.yml",
15
+ "README.md",
16
+ "LICENSE"
17
+ ],
18
+ "dsh": {
19
+ "client": {
20
+ "platform": "web"
21
+ },
22
+ "bundle": {
23
+ "patch": "./cordis.patch.yml"
24
+ },
25
+ "compatibility": {
26
+ "dsh": ">=0.1.1-rc.2",
27
+ "tested": ["0.1.1-rc.2", "0.1.2-alpha.5", "0.1.3-alpha.2"],
28
+ "dshDesktop": ">=0.3.15"
29
+ }
30
+ },
31
+ "engines": {
32
+ "node": ">=20"
33
+ },
34
+ "peerDependencies": {
35
+ "@deepseek-ai/dsh": ">=0.1.1-rc.2"
36
+ },
37
+ "peerDependenciesMeta": {
38
+ "@deepseek-ai/dsh": {
39
+ "optional": true
40
+ }
41
+ },
42
+ "keywords": [
43
+ "dsh",
44
+ "dsh-plugin",
45
+ "deepseek-harness",
46
+ "plugin-manager",
47
+ "marketplace",
48
+ "cordis"
49
+ ],
50
+ "repository": {
51
+ "type": "git",
52
+ "url": "git+https://github.com/new-256/dsh-plugin-manager.git"
53
+ },
54
+ "license": "MIT"
55
+ }