summary refs log tree commit diff
path: root/pkgs/tools/graphics/puppeteer-cli/package.json
blob: 993d5122bbb7eb0534fab60cd7265e3c1e0570ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "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"
  }
}