{
  "name": "print-pdf",
  "version": "0.2.6",
  "description": "Print DOM element to PDF",
  "keywords": [
    "print",
    "pdf",
    "DOM"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jcdang/print-pdf.git"
  },
  "main": "dist/src/index.js",
  "engines": {
    "node": ">= 8.9.0"
  },
  "devDependencies": {
    "@types/jest": "~23.3.1",
    "@types/node": "~8.10.22",
    "html-webpack-plugin": "^3.2.0",
    "jest": "~23.4.2",
    "rimraf": "~2.6.2",
    "ts-jest": "~23.0.1",
    "tslint": "~5.11.0",
    "tslint-microsoft-contrib": "~5.1.0",
    "tsutils": "~3.0.0",
    "typescript": "~3.0.1",
    "webpack": "^4.16.3",
    "webpack-cli": "^3.1.0",
    "ts-loader": "^4.4.2",
    "tslib": "~1.9.3",
    "webpack-dev-server": "^3.1.5"
  },
  "scripts": {
    "start": "webpack-dev-server -w --config webpack.config.js",
    "clean": "rimraf coverage build tmp",
    "build": "tsc -p tsconfig.release.json",
    "watch": "tsc -w -p tsconfig.release.json",
    "lint": "tslint -t stylish --project \"tsconfig.json\"",
    "pretest": "npm run lint",
    "test": "npm run test-only",
    "test-only": "jest --coverage",
    "test:watch": "jest --watch"
  },
  "author": "Jeffrey Dang <jcdang@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "jspdf": "^1.4.1"
  }
}
