mirror of
https://github.com/multipleof4/dsh-user-markdown-plugin.git
synced 2026-09-18 04:05:42 +00:00
18 lines
391 B
JSON
18 lines
391 B
JSON
{
|
|
"name": "dsh-user-markdown-plugin",
|
|
"version": "0.1.0",
|
|
"description": "Cordis plugin for DeepSeek Harness that applies Markdown rendering to user messages in the Web GUI",
|
|
"type": "module",
|
|
"main": "lib/index.js",
|
|
"exports": {
|
|
".": "./lib/index.js",
|
|
"./client": "./lib/client.js"
|
|
},
|
|
"dsh": {
|
|
"client": {
|
|
"platform": "web"
|
|
}
|
|
},
|
|
"license": "MIT"
|
|
}
|