22 lines
436 B
JSON
22 lines
436 B
JSON
{
|
|||
|
|
"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"
|
||
|
|
}
|
||
|
|
}
|