{
  "name": "jsx-mail",
  "version": "2.3.6",
  "description": "Building the future of email with JSX syntax",
  "main": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "repository": "https://github.com/Theryston/jsx-mail",
  "homepage": "https://jsxmail.org",
  "author": "Theryston Santos",
  "license": "MIT",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md",
    "bin",
    "package.json"
  ],
  "bin": {
    "jsxm": "bin/jsxm"
  },
  "scripts": {
    "build": "tsc && bun copy-files",
    "copy-files": "rm -rf dist/preview/client && cp -rf src/preview/client dist/preview/client && rm -rf dist/cli/templates && cp -rf src/cli/templates dist/cli/templates",
    "lint": "eslint . --ext .ts,.tsx",
    "lint:fix": "eslint . --ext .ts,.tsx --fix"
  },
  "dependencies": {
    "@jsx-mail/core": "latest",
    "archiver": "^7.0.1",
    "axios": "^1.6.7",
    "chokidar": "^3.5.3",
    "dotenv": "^16.4.4",
    "express": "^4.18.2",
    "gluegun": "^5.1.6",
    "json5": "^2.2.3",
    "loading-cli": "^1.1.2",
    "open": "^10.0.3",
    "socket.io": "^4.7.2"
  },
  "devDependencies": {
    "@jsx-mail/eslint-config": "workspace:*",
    "@jsx-mail/typescript-config": "workspace:*",
    "@types/archiver": "^6.0.2",
    "@types/axios": "^0.14.0",
    "@types/eslint": "^8.44.8",
    "@types/express": "^4.17.21",
    "@types/node": "^20.10.2",
    "@types/open": "^6.2.1",
    "eslint": "^8.55.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.3.2"
  }
}
