{
  "name": "@supabase/auth-helpers-nextjs",
  "version": "0.7.4",
  "description": "A collection of framework specific Auth utilities for working with Supabase.",
  "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",
    "Nextjs"
  ],
  "author": "Supabase",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/supabase/auth-helpers/issues"
  },
  "homepage": "https://github.com/supabase/auth-helpers/tree/main/packages/nextjs#readme",
  "devDependencies": {
    "@supabase/supabase-js": "2.19.0",
    "@types/set-cookie-parser": "^2.4.2",
    "next": "^13.4.4",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rimraf": "^4.1.1",
    "tslib": "^2.4.1",
    "tsup": "^6.5.0",
    "config": "0.1.0",
    "tsconfig": "0.1.1"
  },
  "dependencies": {
    "set-cookie-parser": "^2.6.0",
    "@supabase/auth-helpers-shared": "0.4.1"
  },
  "peerDependencies": {
    "@supabase/supabase-js": "^2.19.0"
  },
  "scripts": {
    "lint": "tsc",
    "build": "tsup",
    "clean:all": "rimraf dist node_modules"
  }
}