{
  "name": "@qawolf/emailer-types",
  "version": "1.1.0",
  "private": false,
  "license": "MIT",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "types": "./dist/index.d.ts",
  "files": [
    "/dist",
    "/LICENSE",
    "/README.md"
  ],
  "scripts": {
    "build": "rm -rf ./dist && tsc -p tsconfig.build.json",
    "lint:ci": "npm run lint:non-fixable; NON_FIXABLE_EXIT=$?; npm run lint:fixable && exit $NON_FIXABLE_EXIT",
    "lint:dev": "npm run lint:fixable",
    "lint:fixable": "eslint . --ext cjs,cts,js,jsx,mjs,ts,tsx --fix --quiet && prettier --log-level=warn --write .",
    "lint:non-fixable": "dpdm --exit-code circular:1 --no-tree --no-warning --transform --include='.*' --exclude='/(dist|node_modules)/' '**/*'",
    "prepublishOnly": "nx run emailer-types:build",
    "test": "NODE_OPTIONS=\"--experimental-vm-modules\" NODE_NO_WARNINGS=1 jest --passWithNoTests",
    "test:watch": "npm run test -- --watch",
    "tsc:check": "tsc"
  },
  "dependencies": {
    "email-addresses": "^5.0.0",
    "tslib": "^2.5.3",
    "zod": "^4.1.11",
    "zod-form-data": "^3.0.1"
  },
  "devDependencies": {
    "typescript": "^5.9.2"
  },
  "engines": {
    "node": ">=22.22.0 <25"
  },
  "nx": {
    "targets": {
      "npm:publish": {}
    }
  }
}
