mirror of
https://github.com/r-ca/md2pdf-meow.git
synced 2025-12-03 12:40:47 +00:00
31 lines
806 B
JSON
31 lines
806 B
JSON
{
|
|
"name": "md2pdf-meow",
|
|
"version": "1.0.0",
|
|
"description": "Convert Markdown documents to PDF🐱",
|
|
"scripts": {
|
|
"build": "tsx src/cli.ts"
|
|
},
|
|
"author": "rca",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"anchor-markdown-header": "^0.5.7",
|
|
"doctoc": "^1.4.0",
|
|
"ejs": "^2.6.1",
|
|
"eslint": "^5.16.0",
|
|
"html-inline": "^1.2.0",
|
|
"htmltidy2": "^0.3.0",
|
|
"markdown-it": "^8.4.2",
|
|
"markdown-it-implicit-figures": "^0.9.0",
|
|
"markdown-it-named-headers": "0.0.4",
|
|
"minicat": "^1.0.0",
|
|
"tsc": "^2.0.4",
|
|
"typescript": "^5.5.4"
|
|
},
|
|
"dependencies": {
|
|
"@types/chalk": "^2.2.4",
|
|
"chalk": "^5.6.2",
|
|
"puppeteer-html-pdf": "^4.0.8",
|
|
"tsx": "^4.17.0"
|
|
}
|
|
}
|