mirror of
https://github.com/github/awesome-copilot.git
synced 2026-05-01 20:55:55 +00:00
10 lines
187 B
JSON
10 lines
187 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Dependencies for the Markdown to Word converter skill",
|
|
"dependencies": {
|
|
"docx": "^9.6.1",
|
|
"marked": "^17.0.4"
|
|
}
|
|
}
|