{
  "name": "myza",
  "version": "4.0.0",
  "description": "myza (/ˈmaɪzə/): Author emails with React & friends.",
  "main": "dist/lib/index.js",
  "types": "dist/lib/index.d.ts",
  "website": "https://github.com/teamcurri/myza",
  "scripts": {
    "test": "jest",
    "build": "tsc",
    "dev": "npm run clean && npm run build && tsc -w",
    "clean": "if [ -d dist ]; then rm -rf dist; fi",
    "lint": "eslint lib/**/*.tsx components/**/*.tsx --fix",
    "prepublishOnly": "npm run lint && npm run clean && npm run build"
  },
  "keywords": [],
  "files": [
    "dist"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "eslint-config-prettier": "9.1.0",
    "html-entities": "2.6.0",
    "juice": "10.0.0",
    "pretty": "2.0.0",
    "react": "18.2.0",
    "react-dom": "18.2.0"
  },
  "peerDependencies": {
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "styled-components": "6.1.8"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/node": "20.12.5",
    "@types/pretty": "^2.0.3",
    "@types/react-dom": "^18.2.24",
    "@typescript-eslint/eslint-plugin": "7.6.0",
    "@typescript-eslint/parser": "7.6.0",
    "eslint": "^8.56.0",
    "eslint-plugin-prettier": "5.1.3",
    "eslint-plugin-react": "7.34.1",
    "jest": "^29.7.0",
    "prettier": "3.2.5",
    "react-test-renderer": "^18.2.0",
    "styled-components": "6.1.8",
    "ts-jest": "^29.1.2",
    "ts-node": "^10.9.2",
    "typescript": "5.4.4"
  }
}
