UNPKG

@ocelotlstudio/cfdi-pdf

Version:
55 lines (54 loc) 1.52 kB
{ "name": "@ocelotlstudio/cfdi-pdf", "version": "1.0.7", "description": "Creates a pdf based on an XML CFDI", "main": "dist/index.js", "files": [ "dist", "src" ], "scripts": { "build": "tsc", "ci": "(npm run test-build) & npm t & wait", "test": "jest", "test-build": "npm run build", "lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix" }, "repository": { "type": "git", "url": "git+https://github.com/OcelotlStudio/cfdi-pdf.git" }, "keywords": [ "cfdi", "xml", "3.3", "pdf" ], "author": "OcelotlStudio", "license": "MIT", "bugs": { "url": "https://github.com/OcelotlStudio/cfdi-pdf/issues" }, "homepage": "https://github.com/OcelotlStudio/cfdi-pdf#readme", "devDependencies": { "@commitlint/cli": "^12.1.4", "@commitlint/config-conventional": "^12.1.4", "@types/jest": "^26.0.23", "@types/pdfmake": "^0.1.17", "@types/xml2js": "^0.4.8", "@typescript-eslint/eslint-plugin": "^4.23.0", "@typescript-eslint/parser": "^4.23.0", "eslint": "^7.26.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^3.4.0", "husky": "^6.0.0", "jest": "^26.6.3", "prettier": "^2.3.0", "ts-jest": "^26.5.6", "typescript": "^4.2.4" }, "dependencies": { "pdfmake": "^0.1.71", "xml2js": "^0.4.23" } }