Files
markdown-to-pdf/package.json
T

22 lines
436 B
JSON
Raw Normal View History

{
"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://[email protected]/hykocx/markdown-to-pdf.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"marked": "^18.0.0",
"puppeteer": "^24.40.0"
}
}