{
  "name": "jsreport-static-pdf",
  "version": "0.4.0",
  "description": "jsreport recipe which loads pdf from static source",
  "main": "index.js",
  "keywords": [
    "jsreport",
    "pdf"
  ],
  "homepage": "https://github.com/jsreport/jsreport-static-pdf",
  "repository": {
    "type": "git",
    "url": "git@github.com:jsreport/jsreport-static-pdf.git"
  },
  "author": "BJR Matos <bjrmatos@gmail.com> (https://github.com/bjrmatos)",
  "contributors": [
    "BJR Matos <bjrmatos@gmail.com> (https://github.com/bjrmatos)",
    "Jan Blaha <jan.blaha@hotmail.com>"
  ],
  "scripts": {
    "start": "jsreport-studio-start --httpPort 3000",
    "prepublishOnly": "jsreport-studio-build",
    "build": "jsreport-studio-build",
    "test": "mocha test --timeout 8000 && standard"
  },
  "standard": {
    "ignore": [
      "main.js"
    ],
    "parser": "babel-eslint",
    "env": {
      "node": true,
      "mocha": true,
      "browser": true
    }
  },
  "license": "MIT",
  "dependencies": {
    "file-type": "11.1.0"
  },
  "devDependencies": {
    "babel-eslint": "10.0.1",
    "eslint": "5.16.0",
    "eslint-config-standard-jsx": "6.0.2",
    "eslint-plugin-babel": "5.3.0",
    "jsreport-assets": "1.6.0",
    "jsreport-chrome-pdf": "1.8.0",
    "jsreport-core": "2.9.0",
    "jsreport-studio-dev": "1.5.0",
    "jsreport-templates": "2.4.0",
    "mocha": "6.1.4",
    "puppeteer": "1.19.0",
    "should": "13.2.3",
    "standard": "12.0.1"
  },
  "files": [
    "lib",
    "studio",
    "index.js",
    "jsreport.config.js"
  ],
  "engines": {
    "node": ">=8.9"
  }
}
