{
  "name": "resend",
  "version": "6.4.2",
  "description": "Node.js library for the Resend API",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/**"
  ],
  "engines": {
    "node": ">=18"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    }
  },
  "scripts": {
    "build": "tsup src/index.ts --format esm,cjs --dts",
    "format": "biome format --write .",
    "format:apply": "biome check --write .",
    "format:check": "biome format .",
    "lint": "biome check .",
    "prepublishOnly": "pnpm run build",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "test:record": "rimraf --glob \"**/__recordings__\" && cross-env TEST_MODE=record vitest run",
    "test:dev": "cross-env TEST_MODE=dev vitest run"
  },
  "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.76.1"
  },
  "peerDependencies": {
    "@react-email/render": "*"
  },
  "peerDependenciesMeta": {
    "@react-email/render": {
      "optional": true
    }
  },
  "devDependencies": {
    "@biomejs/biome": "2.2.5",
    "@pollyjs/adapter-fetch": "6.0.7",
    "@pollyjs/core": "6.0.6",
    "@pollyjs/persister-fs": "6.0.6",
    "@types/node": "22.18.9",
    "@types/react": "19.2.0",
    "cross-env": "10.1.0",
    "dotenv": "17.2.3",
    "pkg-pr-new": "0.0.60",
    "rimraf": "6.0.1",
    "tsup": "8.5.0",
    "typescript": "5.9.3",
    "vitest": "3.2.4",
    "vitest-fetch-mock": "0.4.5"
  },
  "packageManager": "pnpm@10.18.2"
}
