JimLiu-baoyu-skills/skills/baoyu-markdown-to-html/scripts/package.json

9 lines
152 B
JSON

{
"name": "baoyu-markdown-to-html-scripts",
"private": true,
"type": "module",
"dependencies": {
"baoyu-md": "file:./vendor/baoyu-md"
}
}