mirror of
https://github.com/multipleof4/dsh-user-markdown-plugin.git
synced 2026-09-18 12:05:42 +00:00
Initial commit: add user markdown rendering plugin
This commit is contained in:
17
package.json
Normal file
17
package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user