{ "name": "dify-markdown-parse", "version": "1.0.1", "description": "dify的markdown解析方案", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "zhupei ", "license": "ISC", "dependencies": { "rehype-katex": "^6.0.2", "rehype-raw": "^7.0.0", "rehype-stringify": "^10.0.1", "remark-breaks": "^3.0.2", "remark-gfm": "^3.0.1", "remark-math": "^5.1.1", "remark-parse": "10.0.2", "remark-rehype": "10.1.0", "style-to-object": "0.4.4" }, "peerDependencies": { "vue": ">=3.0.0" } }