mirror of
https://github.com/comeonzhj/Auto-Redbook-Skills.git
synced 2026-03-27 04:29:28 +08:00
23 lines
545 B
JSON
23 lines
545 B
JSON
{
|
|
"name": "md2redbook",
|
|
"version": "2.0.0",
|
|
"description": "小红书笔记素材创作工具 - 支持多种排版样式和智能分页",
|
|
"main": "scripts/render_xhs_v2.js",
|
|
"scripts": {
|
|
"render": "node scripts/render_xhs_v2.js",
|
|
"install-browsers": "npx playwright install chromium"
|
|
},
|
|
"keywords": [
|
|
"xiaohongshu",
|
|
"markdown",
|
|
"image-generation",
|
|
"social-media"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"js-yaml": "^4.1.0",
|
|
"marked": "^11.0.0",
|
|
"playwright": "^1.58.0"
|
|
}
|
|
} |