{
  "name": "@benny_gebeya/gebeya-whatsapp-otp",
  "version": "1.0.1",
  "description": "React WhatsApp OTP verification component library with Supabase integration for phone number authentication",
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc && rollup -c",
    "dev": "rollup -c -w",
    "test": "jest",
    "lint": "eslint src --ext .ts,.tsx",
    "prepare": "npm run build",
    "validate": "node validate-package.js",
    "validate-build": "node test-build-validation.js"
  },
  "keywords": [
    "react",
    "whatsapp",
    "otp",
    "verification",
    "supabase",
    "authentication",
    "phone-verification",
    "sms",
    "gebeya",
    "typescript",
    "react-components"
  ],
  "author": "Gebeya",
  "license": "MIT",
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "dependencies": {
    "@radix-ui/react-dialog": "^1.1.2",
    "@radix-ui/react-label": "^2.1.0",
    "@radix-ui/react-select": "^2.1.1",
    "@supabase/supabase-js": "^2.39.0",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "lucide-react": "^0.462.0",
    "tailwind-merge": "^2.5.2"
  },
  "devDependencies": {
    "@types/react": "^18.3.1",
    "@types/react-dom": "^18.3.1",
    "typescript": "^5.0.0",
    "rollup": "^4.0.0",
    "@rollup/plugin-typescript": "^11.0.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gebeya/gebeya-whatsapp-otp.git"
  },
  "bugs": {
    "url": "https://github.com/gebeya/gebeya-whatsapp-otp/issues"
  },
  "homepage": "https://github.com/gebeya/gebeya-whatsapp-otp#readme"
}
