UNPKG

@supabase-cache-helpers/storage-swr

Version:

A collection of SWR utilities for working with Supabase.

68 lines 1.79 kB
{ "name": "@supabase-cache-helpers/storage-swr", "version": "1.1.5", "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.50.0", "@testing-library/react": "16.3.0", "@types/react": "19.1.2", "@vitest/coverage-istanbul": "^3.0.0", "dotenv": "16.6.0", "happy-dom": "17.6.1", "react": "18.3.1", "react-dom": "18.3.1", "tsup": "8.5.0", "typescript": "5.8.3", "vitest": "3.2.0", "@supabase-cache-helpers/tsconfig": "0.0.0" }, "dependencies": { "@supabase-cache-helpers/storage-core": "0.1.5" }, "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" } }