UNPKG

gebeya-whatsapp-otp

Version:

React WhatsApp OTP verification component with Supabase integration

63 lines (62 loc) 1.7 kB
{ "name": "gebeya-whatsapp-otp", "version": "1.5.0", "type": "module", "description": "React WhatsApp OTP verification component with Supabase integration", "main": "dist/index.js", "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" }, "keywords": [ "react", "whatsapp", "otp", "verification", "supabase", "authentication" ], "author": "Your Name", "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", "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-node-resolve": "^15.0.0", "@rollup/plugin-commonjs": "^25.0.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-dts": "^6.0.0" }, "repository": { "type": "git", "url": "https://github.com/gebeyainc/gebeya-whatsapp-otp.git" }, "bugs": { "url": "https://github.com/gebeyainc/gebeya-whatsapp-otp/issues" }, "homepage": "https://github.com/gebeyainc/gebeya-whatsapp-otp#readme" }