My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/pkgs/tools/graphics/puppeteer-cli/package.json

18 lines
532 B

{
"name": "puppeteer-cli",
"version": "1.5.1",
"description": "A command-line wrapper for generating PDF prints and PNG screenshots with Puppeteer. Aims to be a easy replacement for the deprecated wkhtmltopdf.",
"bin": {
"puppeteer": "./index.js"
},
"author": "Chris Alfano <chris@jarv.us>",
"license": "MIT",
"repository": "JarvusInnovations/puppeteer-cli",
"dependencies": {
"file-url": "^3.0.0",
"is-url": "^1.2.4",
"puppeteer": "^2.0.0",
"url-parse": "^1.4.7",
"yargs": "^13.3.0"
}
}