{
  "name": "@ephykal/email-utils",
  "version": "0.0.1",
  "description": "> TODO: description",
  "author": "ephykal <ephraimolu6@gmail.com>",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "homepage": "https://github.com/ephykal/ts-monorepo-utils#readme",
  "license": "ISC",
  "directories": {
    "src": "src",
    "test": "tests"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "test": "jest ./tests",
    "build": "tsup"
  },
  "keywords": [
    "email",
    "email-validator",
    "typescript",
    "utility",
    "normalize-email",
    "email-utils",
    "disposable-email",
    "email-format",
    "validate-email"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ephykal/ts-monorepo-utils.git"
  },
  "bugs": {
    "url": "https://github.com/ephykal/ts-monorepo-utils/issues"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "jest": "^29.7.0",
    "tsup": "^8.5.0"
  },
  "dependencies": {
    "typescript": "^5.8.3"
  },
  "gitHead": "2c9c5bab2a179a94e1d5f35202f59944be1e4c53"
}
