@sidleo3/dsh-chat-weixin 0.0.4

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,51 @@
1
+ {
2
+ "name": "@sidleo3/dsh-chat-weixin",
3
+ "version": "0.0.4",
4
+ "type": "module",
5
+ "description": "dsh-chat 微信渠道插件(iLink 扫码登录、长轮询、私聊收发)",
6
+ "license": "MIT",
7
+ "main": "./lib/index.js",
8
+ "exports": {
9
+ ".": "./lib/index.js",
10
+ "./client": "./lib/client.js",
11
+ "./package.json": "./package.json"
12
+ },
13
+ "files": [
14
+ "lib",
15
+ "host",
16
+ "client",
17
+ "cordis.patch.yml",
18
+ "package.json"
19
+ ],
20
+ "dsh": {
21
+ "bundle": {
22
+ "patch": "./cordis.patch.yml"
23
+ },
24
+ "client": {
25
+ "inject": [
26
+ "@deepseek-ai/dsh-client-connection",
27
+ "@deepseek-ai/dsh-client-ui-slots",
28
+ "@deepseek-ai/dsh-client-locale"
29
+ ],
30
+ "platform": "web"
31
+ },
32
+ "compatibility": {
33
+ "dsh": "0.1.5-rc.2",
34
+ "profiles": [
35
+ "web"
36
+ ]
37
+ }
38
+ },
39
+ "publishConfig": {
40
+ "access": "public"
41
+ },
42
+ "repository": {
43
+ "type": "git",
44
+ "url": "git+https://github.com/sidleo/dsh-chat.git",
45
+ "directory": "packages/dsh-chat-weixin"
46
+ },
47
+ "homepage": "https://github.com/sidleo/dsh-chat#readme",
48
+ "bugs": {
49
+ "url": "https://github.com/sidleo/dsh-chat/issues"
50
+ }
51
+ }