{
  "name": "@jackiemacklein/nettz-utils",
  "version": "1.6.6",
  "main": "dist/index.js",
  "exports": {
    ".": "./dist/index.js",
    "./web": "./dist/web.js",
    "./backend": "./dist/backend.js",
    "./Image": "./dist/Image/index.js",
    "./Mail": "./dist/Mail/index.js",
    "./Barcode": "./dist/Barcode/index.js",
    "./Number": "./dist/Number/index.js",
    "./OnTable": "./dist/Components/OnTable/index.js",
    "./ImageUtils": "./dist/Utils/Image/index.js",
    "./Utils": "./dist/Utils/index.js",
    "./SuperTef": "./dist/SuperTef/index.js",
    "./EvoPagamentos": "./dist/EvoPagamentos/index.js",
    "./MercadoPago": "./dist/MercadoPago/index.js",
    "./WhatsApp": "./dist/WhatsApp/index.js",
    "./Asaas": "./dist/Asaas/index.js",
    "./Services": "./dist/Services/index.js"
  },
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "web": [
        "./dist/web.d.ts"
      ],
      "backend": [
        "./dist/backend.d.ts"
      ],
      "Image": [
        "./dist/Image/index.d.ts"
      ],
      "Mail": [
        "./dist/Mail/index.d.ts"
      ],
      "Barcode": [
        "./dist/Barcode/index.d.ts"
      ],
      "Number": [
        "./dist/Number/index.d.ts"
      ],
      "OnTable": [
        "./dist/Components/OnTable/index.d.ts"
      ],
      "Utils": [
        "./dist/Utils/index.d.ts"
      ],
      "SuperTef": [
        "./dist/SuperTef/index.d.ts"
      ],
      "EvoPagamentos": [
        "./dist/EvoPagamentos/index.d.ts"
      ],
      "MercadoPago": [
        "./dist/MercadoPago/index.d.ts"
      ],
      "WhatsApp": [
        "./dist/WhatsApp/index.d.ts"
      ],
      "Asaas": [
        "./dist/Asaas/index.d.ts"
      ],
      "ImageUtils": [
        "./dist/Utils/Image/index.d.ts"
      ],
      "Services": [
        "./dist/Services/index.d.ts"
      ]
    }
  },
  "author": "Jackiê Macklein <jackiemacklein@gmail.com>",
  "keywords": [
    "nettz",
    "imagem",
    "email",
    "barcode",
    "boleto",
    "number",
    "currency",
    "monetary",
    "typescript",
    "nodejs",
    "sharp",
    "nodemailer",
    "smtp",
    "resize",
    "watermark",
    "imagem base64",
    "react",
    "table",
    "component"
  ],
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc && copyfiles -u 1 \"src/**/*.css\" dist"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "license": "MIT",
  "description": "Serviços de imagem, e-mail, códigos de barras, utilitários numéricos e componentes React para apps Node.js com TypeScript",
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
  "dependencies": {
    "@types/nodemailer": "^6.4.17",
    "date-fns": "^4.1.0",
    "lodash": "^4.17.21",
    "nodemailer": "^7.0.3",
    "puppeteer": "^24.14.0",
    "react-beautiful-dnd": "^13.1.1",
    "react-date-object": "^2.1.9",
    "react-icons": "^5.5.0",
    "react-multi-date-picker": "^4.5.2",
    "react-select": "^5.10.1",
    "reactstrap": "^9.2.3",
    "sharp": "^0.34.2"
  },
  "devDependencies": {
    "@types/lodash": "^4.17.20",
    "@types/node": "^24.0.3",
    "@types/react-beautiful-dnd": "^13.1.8",
    "@types/react-date-range": "^1.4.10",
    "copyfiles": "^2.4.1",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "tsc": "^2.0.4",
    "typescript": "^5.8.3"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  }
}