You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tools.md-print/package.json

36 lines
713 B
JSON

{
"name": "tools.md-print",
"version": "1.0.0",
"description": "a markdown to pdf generator",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "gitea@git.suroh.tk:suroh/tools.md-print.git"
},
"keywords": [
"print",
"pagedjs",
"markdown",
"yaml",
"frontmatter"
],
"author": "Max Franklin",
"license": "MPL-2.0",
"bin": {
"md-pdf": "./index.js"
},
"directories": {
"bin": "./templates"
},
"dependencies": {
"commander": "^5.0.0",
"handlebars": "^4.7.3",
"helper-markdown": "^1.0.0",
"puppeteer": "^2.1.1",
"yaml-front-matter": "^4.1.0"
}
}