UNPKG

@supabase-cache-helpers/postgrest-server

Version:

A collection of server-side caching utilities for working with Supabase.

56 lines 1.57 kB
{ "name": "@supabase-cache-helpers/postgrest-server", "version": "0.2.5", "keywords": [ "Cache", "PostgREST", "SWR", "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/postgrest-server" }, "source": "./src/index.ts", "files": [ "dist/**" ], "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "publishConfig": { "access": "public" }, "dependencies": { "@supabase-cache-helpers/postgrest-core": "0.12.4" }, "devDependencies": { "@supabase/postgrest-js": "2.89.0", "@supabase/supabase-js": "2.89.0", "@vitest/coverage-istanbul": "4.0.16", "dotenv": "17.2.3", "ioredis": "5.8.2", "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/postgrest-js": "^1.19.4 || ^2.0.0" }, "scripts": { "build": "tsup", "clean": "rm -rf .turbo && rm -rf .nyc_output && rm -rf node_modules && rm -rf dist", "lint": "oxlint", "test": "vitest --coverage --no-file-parallelism --dangerouslyIgnoreUnhandledErrors", "typecheck": "tsc --pretty --noEmit" } }