{
  "name": "open-nfse",
  "version": "0.9.1",
  "description": "Biblioteca TypeScript/Node.js para o Padrão Nacional de NFS-e (nfse.gov.br): consulta, distribuição, emissão síncrona, cancelamento e substituição — direto na API oficial da Receita Federal.",
  "keywords": [
    "nfse",
    "nfse-nacional",
    "nota-fiscal",
    "nota-fiscal-servico",
    "nfse-gov-br",
    "dps",
    "danfse",
    "brasil",
    "fiscal",
    "receita-federal",
    "sefin",
    "reforma-tributaria",
    "ibs",
    "cbs",
    "nbs",
    "typescript",
    "mtls",
    "xmldsig",
    "icp-brasil"
  ],
  "author": "Felipe Souza",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fm-s/open-nfse.git"
  },
  "bugs": {
    "url": "https://github.com/fm-s/open-nfse/issues"
  },
  "homepage": "https://fm-s.github.io/open-nfse/",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./testing": {
      "types": "./dist/testing/index.d.ts",
      "default": "./dist/testing/index.js"
    },
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "files": ["dist"],
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "clean": "rm -rf dist",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "lint": "biome check",
    "lint:fix": "biome check --write",
    "format": "biome format --write",
    "docs:api": "typedoc",
    "docs:dev": "npm run docs:api && vitepress dev docs",
    "docs:build": "npm run docs:api && vitepress build docs",
    "docs:preview": "vitepress preview docs",
    "prepublishOnly": "npm run lint && npm run typecheck && npm test && npm run clean && npm run build"
  },
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.9.0",
    "@types/node": "^20.0.0",
    "@types/node-forge": "^1.3.14",
    "@types/pdfkit": "^0.17.6",
    "@types/qrcode": "^1.5.6",
    "@vitest/coverage-v8": "^3.0.0",
    "typedoc": "^0.28.19",
    "typedoc-plugin-markdown": "^4.11.0",
    "typedoc-vitepress-theme": "^1.1.2",
    "typescript": "^5.7.0",
    "vitepress": "^1.6.4",
    "vitest": "^3.0.0"
  },
  "dependencies": {
    "fast-xml-parser": "^5.6.0",
    "node-forge": "^1.4.0",
    "pdfkit": "^0.18.0",
    "qrcode": "^1.5.4",
    "undici": "^8.1.0",
    "xml-crypto": "^6.1.2",
    "xmllint-wasm": "^5.2.0"
  }
}
