{
    "name": "facturapi-es6",
    "version": "2.1.8",
    "description": "FacturAPI makes it easy for developers to generate valid Invoices in Mexico (known as Factura Electrónica or CFDI).",
    "main": "dist/index.js",
    "scripts": {
        "precommit": "lint-staged"
    },
    "engines": {
        "node": ">=4.0.0"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/urielcuriel/facturapi-node.git"
    },
    "keywords": [
        "cfdi",
        "factura"
    ],
    "author": "Uriel Curiel <urielcuriel@outlook.com",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/urielcuriel/facturapi-node/issues"
    },
    "homepage": "https://github.com/urielcuriel/facturapi-node#readme",
    "lint-staged": {
        "*.{js,jsx,css}": [
            "prettier-eslint --write",
            "git add"
        ]
    },
    "dependencies": {
        "@babel/types": "^7.7.2",
        "axios": "^0.18.0",
        "form-data": "^2.3.2",
        "safe-buffer": "^5.1.2"
    },
    "devDependencies": {
        "typescript": "^3.7.2",
        "@types/form-data": "^2.5.0",
        "@types/node": "^12.12.7",
        "eslint-config-prettier": "^2.9.0",
        "husky": "^0.14.3",
        "lint-staged": "^7.0.5",
        "mocha": "^6.2.2",
        "prettier-eslint-cli": "^4.7.1",
        "semistandard": "^12.0.1"
    },
    "files": [
        "dist"
    ]
}