{
  "name": "@supabase/auth-helpers-shared",
  "version": "0.4.1",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/supabase/auth-helpers.git"
  },
  "keywords": [
    "Supabase",
    "Auth",
    "Svelte Kit",
    "Svelte"
  ],
  "author": "Supabase",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/supabase/auth-helpers/issues"
  },
  "homepage": "https://github.com/supabase/auth-helpers#readme",
  "devDependencies": {
    "@supabase/supabase-js": "2.19.0",
    "@types/cookie": "^0.5.1",
    "cookie": "^0.5.0",
    "next": "^12.1.5",
    "react": ">=17.0.2 <18.0.0 || >=18.0.0-0 <19.0.0",
    "react-dom": "^17.0.2 || ^18.0.0-0",
    "tsup": "^6.5.0",
    "tsconfig": "0.1.1"
  },
  "dependencies": {
    "jose": "^4.14.3"
  },
  "peerDependencies": {
    "@supabase/supabase-js": "^2.19.0"
  },
  "scripts": {
    "lint": "tsc",
    "build": "tsup"
  }
}