Add files via upload

This commit is contained in:
ZhangJia
2026-01-18 21:56:39 +08:00
committed by GitHub
parent 47b5bb0eff
commit cef44fcea6
12 changed files with 1846 additions and 2 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "md2redbook",
"version": "1.0.0",
"description": "小红书笔记卡片渲染工具 - Node.js 版本",
"main": "scripts/render_xhs.js",
"scripts": {
"render": "node scripts/render_xhs.js"
},
"dependencies": {
"marked": "^11.0.0",
"js-yaml": "^4.1.0",
"playwright": "^1.40.0"
},
"keywords": [
"xiaohongshu",
"markdown",
"image",
"card",
"generator"
],
"author": "",
"license": "MIT"
}