1
0

feat: 支持自动生成 Markdown

This commit is contained in:
2024-03-11 13:48:50 +08:00
parent 744ae21570
commit 2a9b8f3001
8 changed files with 207 additions and 64 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "zimin-live-streaming-timeline-scripts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"type": "module",
"keywords": [
"auto",
"script"
],
"author": "Frost-ZX",
"license": "MIT",
"dependencies": {
"json2md": "^2.0.1"
}
}