{
  "name": "resend",
  "version": "6.7.0",
  "description": "Node.js library for the Resend API",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "files": [
    "dist/**"
  ],
  "engines": {
    "node": ">=20"
  },
  "devEngines": {
    "runtime": {
      "name": "node",
      "version": ">=22.0.0"
    }
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "scripts": {
    "build": "tsdown src/index.ts --format esm,cjs --dts",
    "integration:nextjs": "cd ./integrations/nextjs && next build --turbopack",
    "lint": "biome check .",
    "lint:fix": "biome check . --write",
    "prepublishOnly": "pnpm run build",
    "test": "vitest run",
    "test:dev": "cross-env TEST_MODE=dev vitest run",
    "test:integrations": "vitest run integrations",
    "test:record": "rimraf --glob \"**/__recordings__\" && cross-env TEST_MODE=record vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/resend/resend-node.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/resend/resend-node/issues"
  },
  "homepage": "https://github.com/resend/resend-node#readme",
  "dependencies": {
    "svix": "1.84.1"
  },
  "peerDependencies": {
    "@react-email/render": "*"
  },
  "peerDependenciesMeta": {
    "@react-email/render": {
      "optional": true
    }
  },
  "devDependencies": {
    "@biomejs/biome": "2.3.11",
    "@pollyjs/adapter-fetch": "6.0.7",
    "@pollyjs/core": "6.0.6",
    "@pollyjs/persister-fs": "6.0.6",
    "@types/node": "24.10.4",
    "@types/react": "19.2.7",
    "cross-env": "10.1.0",
    "dotenv": "17.2.3",
    "pkg-pr-new": "0.0.62",
    "rimraf": "6.1.2",
    "tsdown": "0.18.4",
    "typescript": "5.9.3",
    "vitest": "4.0.16",
    "vitest-fetch-mock": "0.4.5"
  },
  "packageManager": "pnpm@10.27.0"
}
