-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "codinput",
"version": "0.1.2",
"description": "Codinput —— DSH Web 聊天输入框的代码编辑器风格替换插件:行号、Markdown 编辑/预览/分屏、底部/侧边/浮动停靠、Ctrl+Enter 发送纯文本 Markdown 源码。",
"keywords": [
"dsh",
"dsh-plugin",
"deepseek-harness",
"editor",
"markdown",
"composer"
],
"type": "module",
"main": "lib/index.js",
"exports": {
".": "./lib/index.js",
"./client": "./lib/client.js",
"./package.json": "./package.json"
},
"files": [
"lib",
"cordis.patch.yml",
"DEVELOPING.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Witherwithwinter/Codinput.git"
},
"bugs": {
"url": "https://github.com/Witherwithwinter/Codinput/issues"
},
"homepage": "https://github.com/Witherwithwinter/Codinput#readme",
"dsh": {
"engines": {
"dsh": ">=0.1.1-rc.1"
},
"bundle": {
"patch": "./cordis.patch.yml"
},
"client": {
"platform": "web",
"inject": [
"slots"
],
"external": [
"react",
"react-dom",
"react-dom/client",
"@deepseek-ai/dsh-client-ui-primitives"
]
}
},
"license": "MIT"
}