{
  "name": "react-email",
  "version": "4.3.2",
  "description": "A live preview of your emails right in your browser.",
  "bin": {
    "email": "./dist/index.js"
  },
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/resend/react-email.git",
    "directory": "packages/react-email"
  },
  "keywords": [
    "react",
    "email"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@babel/parser": "^7.27.0",
    "@babel/traverse": "^7.27.0",
    "chokidar": "^4.0.3",
    "commander": "^13.0.0",
    "debounce": "^2.0.0",
    "esbuild": "^0.25.0",
    "glob": "^11.0.0",
    "jiti": "2.4.2",
    "log-symbols": "^7.0.0",
    "mime-types": "^3.0.0",
    "normalize-path": "^3.0.0",
    "nypm": "0.6.0",
    "ora": "^8.0.0",
    "prompts": "2.4.2",
    "socket.io": "^4.8.1",
    "tsconfig-paths": "4.2.0"
  },
  "devDependencies": {
    "@types/babel__core": "7.20.5",
    "@types/babel__traverse": "7.20.7",
    "@types/mime-types": "2.1.4",
    "@types/prompts": "2.4.9",
    "next": "^15.3.2",
    "react": "19.0.0",
    "react-dom": "19.0.0",
    "typescript": "5.8.3",
    "@react-email/components": "0.5.7"
  },
  "scripts": {
    "build": "tsdown",
    "build:watch": "tsdown --watch src",
    "clean": "rm -rf dist",
    "test": "vitest run",
    "test:watch": "vitest"
  }
}