{
  "name": "api-nota-fiscal-node",
  "version": "1.0.0",
  "description": "API NFS-e Prefeitura de São Paulo em Node.js/TypeScript",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc && npm run build:config",
    "build:config": "tsc config/config.ts --outDir config --module commonjs --target ES2020 --esModuleInterop --skipLibCheck",
    "dev": "ts-node src/server.ts",
    "dev:watch": "ts-node-dev --respawn --transpile-only src/server.ts",
    "start": "npm run build && node dist/src/server.js",
    "start:prod": "node dist/src/server.js",
    "stop": "pkill -f 'dist/src/server.js' || true",
    "test": "jest",
    "lint": "eslint src/**/*.ts",
    "commit": "git-cz",
    "example:rps": "node dist/examples/exemplo_envio_rps.js",
    "example:lote": "node dist/examples/exemplo_envio_lote.js",
    "example:consulta": "node dist/examples/exemplo_consulta.js",
    "example:cancelamento": "node dist/examples/exemplo_cancelamento.js",
    "example:lote-arquivo": "npm run build && node dist/examples/exemplo_lote_arquivo_rps_v3.js",
    "example:minimo": "npm run build && node dist/examples/exemplo_rps_minimo.js",
    "example:pedido-rps-arquivo": "npm run build && node dist/examples/exemplo_envio_pedido_rps_arquivo.js",
    "example:consulta-cnpj": "npm run build && node dist/examples/exemplo_consulta_cnpj_ws.js",
    "example:lote-async": "npm run build && node dist/examples/exemplo_envio_lote_async.js",
    "example:lote-v01": "npm run build && node dist/examples/exemplo_envio_lote_v01.js"
  },
  "keywords": [
    "nfse",
    "nota-fiscal",
    "prefeitura-sp",
    "soap",
    "xml"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.6.0",
    "body-parser": "^2.2.2",
    "cors": "^2.8.6",
    "dotenv": "^17.3.1",
    "express": "^5.2.1",
    "fast-xml-parser": "^4.3.2",
    "helmet": "^8.1.0",
    "morgan": "^1.10.1",
    "mysql2": "^3.16.3",
    "node-forge": "^1.3.1",
    "swagger-jsdoc": "^6.2.8",
    "swagger-ui-express": "^5.0.1",
    "xml-crypto": "^6.1.2",
    "xmlbuilder2": "^3.0.2",
    "xmldom": "^0.6.0"
  },
  "devDependencies": {
    "@types/cors": "^2.8.19",
    "@types/express": "^5.0.6",
    "@types/morgan": "^1.9.10",
    "@types/node": "^20.10.0",
    "@types/node-forge": "^1.3.11",
    "@types/swagger-jsdoc": "^6.0.4",
    "@types/swagger-ui-express": "^4.1.8",
    "@types/xmldom": "^0.1.34",
    "@typescript-eslint/eslint-plugin": "^6.13.0",
    "@typescript-eslint/parser": "^6.13.0",
    "eslint": "^8.54.0",
    "ts-node": "^10.9.1",
    "ts-node-dev": "^2.0.0",
    "typescript": "^5.3.2"
  }
}
