{
  "name": "electron-pdf",
  "version": "40.1.0",
  "description": "A command line tool to generate PDF from URL, HTML or Markdown files",
  "main": "lib/index.js",
  "scripts": {
    "fix": "standard --fix",
    "lint": "standard",
    "unit-test": "ava | tap-diff",
    "test": "npm run fix && ava **/*-test.js | tap-diff && electron-ava --tap **/*-test-it.js | tap-diff"
  },
  "bin": {
    "electron-pdf": "cli.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/fraserxu/electron-pdf.git"
  },
  "keywords": [
    "electron",
    "electron-tool",
    "pdf",
    "png",
    "export",
    "render",
    "html",
    "markdown"
  ],
  "author": "Fraser Xu, Nate Good",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fraserxu/electron-pdf/issues"
  },
  "homepage": "https://github.com/fraserxu/electron-pdf",
  "devDependencies": {
    "ava": "^0.18.0",
    "electron-ava": "^0.3.0",
    "standard": "^12.0.1",
    "tap-diff": "^0.1.1",
    "tap-spec": "^5.0.0",
    "then-fs": "^2.0.0",
    "validator": "^10.11.0"
  },
  "dependencies": {
    "@sentry/electron": "^1.5.2",
    "async": "^2.0.1",
    "debug": "^2.3.2",
    "electron": "40.1.0",
    "eventemitter2": "^2.1.3",
    "github-markdown-css": "^2.0.9",
    "highlight.js": "^9.0.0",
    "lodash": "^4.17.11",
    "marked": "^0.3.5",
    "minimist": "^1.2.0",
    "object-assign": "^4.1.1",
    "uuid": "^2.0.1"
  },
  "ava": {
    "concurrency": 5,
    "timeout": "5s",
    "failFast": true,
    "tap": true,
    "powerAssert": false
  }
}
