{
  "name": "pdf-bunny",
  "version": "0.2.7",
  "description": "A javascript based HTML to PDF converter",
  "bin": {
    "pdf-bunny": "dist/bin/index.js"
  },
  "preferGlobal": true,
  "scripts": {
    "postinstall": "tsc",
    "patch-release": "npm version patch && npm publish &",
    "start": "node ./bin/index.js",
    "test": "echo \"Error: no test specified\" && exit 1",
    "compile": "tsc",
    "dev": "tsc -w"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/max-zinn/pdf-bunny.git"
  },
  "keywords": [
    "pdf",
    "js"
  ],
  "author": "Max Zinn <maximilian.zinn@entergon.de>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/max-zinn/pdf-bunny/issues"
  },
  "homepage": "https://github.com/max-zinn/pdf-bunny#readme",
  "dependencies": {
    "@types/app-root-path": "^1.2.4",
    "@types/cli-table": "^0.3.0",
    "@types/ejs": "^3.0.1",
    "@types/html-pdf": "^2.2.0",
    "@types/inquirer": "^6.5.0",
    "@types/node": "^13.9.0",
    "@types/node-emoji": "^1.8.1",
    "@types/shelljs": "^0.8.6",
    "@types/winston": "^2.4.4",
    "@types/yargs": "^15.0.4",
    "app-root-path": "^3.0.0",
    "cli-table": "git+https://github.com/max-zinn/cli-table.git",
    "ejs": "^3.0.1",
    "gulp-typescript": "^6.0.0-alpha.1",
    "html-pdf": "^2.2.0",
    "inquirer": "^7.0.6",
    "lodash": "^4.17.15",
    "node-emoji": "^1.10.0",
    "shelljs": "^0.8.3",
    "string-width": "^4.2.0",
    "winston": "^3.2.1",
    "yargs": "^15.3.0",
    "@types/lodash": "^4.14.149",
    "typescript": "^3.8.3",
    "phantomjs-prebuilt": "^2.1.16"
  },
  "devDependencies": {
    "gulp": "^4.0.2",
    "gulp-watch": "^5.0.1"
  },
  "engines": {
    "node": ""
  }
}
