Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at netboot-syslinux-multiplatform 18 lines 532 B view raw
1{ 2 "name": "puppeteer-cli", 3 "version": "1.5.1", 4 "description": "A command-line wrapper for generating PDF prints and PNG screenshots with Puppeteer. Aims to be a easy replacement for the deprecated wkhtmltopdf.", 5 "bin": { 6 "puppeteer": "./index.js" 7 }, 8 "author": "Chris Alfano <chris@jarv.us>", 9 "license": "MIT", 10 "repository": "JarvusInnovations/puppeteer-cli", 11 "dependencies": { 12 "file-url": "^3.0.0", 13 "is-url": "^1.2.4", 14 "puppeteer": "^2.0.0", 15 "url-parse": "^1.4.7", 16 "yargs": "^13.3.0" 17 } 18}