mirror of
https://github.com/comeonzhj/Auto-Redbook-Skills.git
synced 2026-03-27 12:49:27 +08:00
Add files via upload
This commit is contained in:
23
package.json
Normal file
23
package.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user