{
  "name": "@supabase-cache-helpers/storage-swr",
  "version": "1.1.7",
  "keywords": [
    "Cache",
    "SWR",
    "Storage",
    "Supabase"
  ],
  "homepage": "https://psteinroe.github.io/supabase-cache-helpers/",
  "bugs": {
    "url": "https://github.com/psteinroe/supabase-cache-helpers/issues"
  },
  "license": "MIT",
  "author": "Philipp Steinrötter <philipp@steinroetter.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/psteinroe/supabase-cache-helpers.git",
    "directory": "packages/storage-swr"
  },
  "source": "./src/index.ts",
  "files": [
    "dist/**"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@supabase-cache-helpers/storage-core": "0.1.7"
  },
  "devDependencies": {
    "@supabase/storage-js": "2.90.0",
    "@supabase/supabase-js": "2.90.0",
    "@testing-library/react": "16.3.1",
    "@types/react": "19.2.7",
    "@vitest/coverage-istanbul": "4.0.16",
    "dotenv": "17.2.3",
    "happy-dom": "20.0.11",
    "react": "19.2.3",
    "react-dom": "19.2.3",
    "tsup": "8.5.1",
    "typescript": "5.9.3",
    "vitest": "4.0.16",
    "@supabase-cache-helpers/oxlint-config": "0.0.0",
    "@supabase-cache-helpers/typescript": "0.0.0"
  },
  "peerDependencies": {
    "@supabase/storage-js": "^2.7.1",
    "react": "^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "swr": "^2.2.0"
  },
  "scripts": {
    "build": "tsup",
    "clean": "rm -rf .turbo && rm -rf coverage && rm -rf .nyc_output && rm -rf node_modules && rm -rf dist",
    "lint": "oxlint",
    "test": "vitest --coverage",
    "typecheck": "tsc --pretty --noEmit"
  }
}