{
  "name": "supabase-auth-lib",
  "version": "1.9.6",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cloudful-io/supabase-auth-lib.git"
  },
  "author": "Cloudful.io",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cloudful-io/supabase-auth-lib/issues"
  },
  "homepage": "https://github.com/cloudful-io/supabase-auth-lib#readme",
  "description": "Reusable Supabase Authentication components and library for authentication",
  "keywords": [
    "Supabase",
    "Authentication",
    "React",
    "Next.js"
  ],
  "dependencies": {
    "@mui/icons-material": "^7.3.4",
    "@mui/material": "^7.3.4",
    "@mui/styled-engine-sc": "^7.3.3",
    "@supabase/ssr": "^0.7.0",
    "@supabase/supabase-js": "^2.76.1",
    "server-only": "^0.0.1",
    "styled-components": "^6.1.19"
  },
  "devDependencies": {
    "@types/react": "^19.2.2",
    "@types/react-dom": "^19.2.2",
    "react": "^19.2.0",
    "react-dom": "^19.2.0",
    "next": "^16.0.0"
  }
}
