@brngdsn/docly
Version:
A tool to convert Markdown files into PDFs, merge multiple PDFs together, and extract pages from PDFs.
40 lines (39 loc) • 859 B
JSON
{
"name": "@brngdsn/docly",
"version": "0.4.0",
"description": "A tool to convert Markdown files into PDFs, merge multiple PDFs together, and extract pages from PDFs.",
"main": "src/index.js",
"bin": {
"docly": "./bin/docly.js"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/brngdsn/docly.git"
},
"scripts": {
"start": "node bin/docly.js"
},
"engines": {
"node": ">=20.8.0"
},
"bugs": {
"url": "https://github.com/brngdsn/docly/issues"
},
"homepage": "https://github.com/brngdsn/docly#readme",
"keywords": [
"markdown",
"pdf",
"conversion",
"merge",
"docly"
],
"license": "MIT",
"dependencies": {
"commander": "^10.0.0",
"highlight.js": "^11.8.0",
"marked": "^5.0.0",
"pdf-lib": "^1.17.1",
"puppeteer": "^20.8.0"
}
}