{
  "name": "@alexssmusica/node-pdf-nfe",
  "version": "1.2.19",
  "description": "Modulo que auxilia na geração da Danfe NFe e NFCe.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "license": "MIT",
  "author": {
    "name": "Alex Santos de Souza",
    "url": "https://github.com/Alexssmusica/node-pdf-nfe/#readme",
    "email": "alexssmusica@gmail.com"
  },
  "files": [
    "/lib",
    "package.json",
    "README.md"
  ],
  "keywords": [
    "NFe",
    "NFCe",
    "Danfe"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Alexssmusica/node-pdf-nfe.git"
  },
  "homepage": "https://danfenfeonline.com.br/gerar-danfe",
  "scripts": {
    "release": "npm run prettier && npm run build && node release.js && npm run publish:npm",
    "clean-lib": "npx rimraf lib",
    "build": "npm run clean-lib && tsc -p tsconfig.json && npm run copy-fonts",
    "prettier": "prettier src/**/*.{js,ts} --write",
    "publish:npm": "node publish.js",
    "type": "tsc --project tsconfig.json",
    "copy-fonts": "copyfiles src/**/*.ttf lib/ -u 1",
    "test-pdf": "nodemon --watch src ./tests/pdf.test.ts",
    "test": "ts-node ./tests/pdf.test.ts"
  },
  "dependencies": {
    "@bwip-js/node": "4.8.0",
    "date-fns": "4.1.0",
    "pdfkit": "0.18.0",
    "qrcode": "1.5.4",
    "xml2js": "0.6.2"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.3",
    "@eslint/js": "^9.39.2",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/commit-analyzer": "^13.0.1",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^12.0.6",
    "@semantic-release/npm": "^13.1.5",
    "@semantic-release/release-notes-generator": "^14.1.0",
    "@types/date-fns": "^2.6.3",
    "@types/node": "^24.10.4",
    "@types/pdfkit": "^0.17.5",
    "@types/qrcode": "^1.5.6",
    "@types/xml2js": "^0.4.14",
    "@typescript-eslint/eslint-plugin": "^8.57.1",
    "@typescript-eslint/parser": "^8.57.1",
    "dotenv": "^17.3.1",
    "eslint": "^9.39.2",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.5",
    "globals": "^17.4.0",
    "native-copyfiles": "^2.0.1",
    "nodemon": "^3.1.14",
    "prettier": "^3.8.1",
    "rimraf": "^6.1.3",
    "semantic-release": "^25.0.3",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.54.0"
  }
}
