@gehennawu/dsh-service 0.11.1

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,56 @@
1
+ {
2
+ "name": "@gehennawu/dsh-service",
3
+ "version": "0.11.1",
4
+ "description": "DSH Web 自托管运维面板:安全重启、健康监控、备份和 Linux 权限维护。",
5
+ "type": "module",
6
+ "scripts": {
7
+ "test": "node --test"
8
+ },
9
+ "main": "./index.js",
10
+ "exports": {
11
+ ".": "./index.js",
12
+ "./client": "./client.js",
13
+ "./package.json": "./package.json"
14
+ },
15
+ "files": [
16
+ "index.js",
17
+ "client.js",
18
+ "cordis.patch.yml",
19
+ "README.md",
20
+ "README.en.md",
21
+ "LICENSE",
22
+ "package.json"
23
+ ],
24
+ "keywords": [
25
+ "deepseek-harness",
26
+ "dsh",
27
+ "dsh-plugin",
28
+ "restart",
29
+ "web-ui"
30
+ ],
31
+ "license": "MIT",
32
+ "repository": {
33
+ "type": "git",
34
+ "url": "https://github.com/gehennawu/dsh-service.git"
35
+ },
36
+ "bugs": {
37
+ "url": "https://github.com/gehennawu/dsh-service/issues"
38
+ },
39
+ "homepage": "https://github.com/gehennawu/dsh-service#readme",
40
+ "engines": {
41
+ "node": ">=22"
42
+ },
43
+ "dsh": {
44
+ "bundle": {
45
+ "patch": "./cordis.patch.yml"
46
+ },
47
+ "client": {
48
+ "inject": [
49
+ "@deepseek-ai/dsh-client-connection",
50
+ "@deepseek-ai/dsh-client-runtime",
51
+ "@deepseek-ai/dsh-api-remotes"
52
+ ],
53
+ "platform": "web"
54
+ }
55
+ }
56
+ }