{
  "name": "@supabase-cache-helpers/storage-swr",
  "version": "1.0.20",
  "author": "Philipp Steinrötter <philipp@steinroetter.com>",
  "homepage": "https://supabase-cache-helpers.vercel.app",
  "bugs": {
    "url": "https://github.com/psteinroe/supabase-cache-helpers/issues"
  },
  "type": "module",
  "main": "./dist/index.js",
  "source": "./src/index.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist/**"
  ],
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "keywords": [
    "Supabase",
    "Storage",
    "Cache",
    "SWR"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/psteinroe/supabase-cache-helpers.git",
    "directory": "packages/storage-swr"
  },
  "peerDependencies": {
    "@supabase/storage-js": "^2.7.1",
    "react": "^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "swr": "^2.2.0"
  },
  "devDependencies": {
    "@supabase/storage-js": "2.7.1",
    "@supabase/supabase-js": "2.46.1",
    "@testing-library/react": "14.3.0",
    "@types/react": "18.3.3",
    "@vitest/coverage-istanbul": "^2.0.2",
    "dotenv": "16.4.0",
    "happy-dom": "17.4.3",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "tsup": "8.2.0",
    "typescript": "5.5.3",
    "vitest": "2.0.2",
    "@supabase-cache-helpers/tsconfig": "0.0.0"
  },
  "dependencies": {
    "@supabase-cache-helpers/storage-core": "0.0.6"
  },
  "scripts": {
    "build": "tsup",
    "test": "vitest --coverage",
    "clean": "rm -rf .turbo && rm -rf coverage && rm -rf .nyc_output && rm -rf node_modules && rm -rf dist",
    "typecheck": "tsc --pretty --noEmit"
  }
}