{
  "name": "@supabase/auth-helpers-react",
  "version": "0.4.2",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/supabase/auth-helpers.git"
  },
  "keywords": [
    "Supabase",
    "Auth",
    "React"
  ],
  "author": "Supabase",
  "license": "MIT",
  "devDependencies": {
    "@supabase/supabase-js": "2.19.0",
    "@types/react": "^17.0.20",
    "@types/react-dom": "^17.0.9",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "rimraf": "^4.1.1",
    "tsup": "^6.5.0",
    "typescript": "^4.9.4",
    "config": "0.1.0",
    "tsconfig": "0.1.1"
  },
  "peerDependencies": {
    "@supabase/supabase-js": "^2.19.0"
  },
  "scripts": {
    "lint": "tsc",
    "build": "tsup",
    "clean:all": "rimraf dist node_modules"
  }
}