mirror of
https://github.com/JimLiu/baoyu-skills.git
synced 2026-07-13 06:19:46 +08:00
7e07c1bb84
Simplifies dependencies and adds main.ts CLI entry point with exported functions for programmatic reuse.
8 lines
110 B
JSON
8 lines
110 B
JSON
{
|
|
"name": "baoyu-translate-chunk",
|
|
"private": true,
|
|
"dependencies": {
|
|
"markdown-it": "14.1.1"
|
|
}
|
|
}
|