{
  "name": "cfdi-to-pdf",
  "version": "1.1.2",
  "description": "Convert CFDI xml file to pdf",
  "main": "index.js",
  "scripts": {
    "lint": "eslint . --fix --ignore-path .gitignore",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "fs-web": "^1.0.1",
    "pdfmake": "^0.1.53",
    "xml2js": "^0.4.19"
  },
  "directories": {
    "example": "examples"
  },
  "devDependencies": {
    "eslint": "^5.15.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-config-prettier": "^4.1.0",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-prettier": "^3.0.1",
    "prettier": "^1.16.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/MrDavidChz/cfdi-to-pdf.git"
  },
  "homepage": "https://github.com/MrDavidChz/cfdi-to-pdf.git"
}
