{ "name": "markdown-to-pdf", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "ssh://gitea@192.168.1.62/hykocx/markdown-to-pdf.git" }, "keywords": [], "author": "", "license": "ISC", "type": "commonjs", "dependencies": { "marked": "^18.0.0", "puppeteer": "^24.40.0" } }