UNPKG

@supabase-cache-helpers/postgrest-core

Version:

A collection of cache utilities for working with the Supabase REST API. It is not meant to be used standalone.

60 lines 1.47 kB
{ "name": "@supabase-cache-helpers/postgrest-core", "version": "0.12.1", "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" }, "keywords": [ "Supabase", "PostgREST", "Cache" ], "repository": { "type": "git", "url": "git+https://github.com/psteinroe/supabase-cache-helpers.git", "directory": "packages/postgrest-shared" }, "license": "MIT", "peerDependencies": { "@supabase/postgrest-js": "^1.19.4" }, "dependencies": { "fast-equals": "5.2.2", "flat": "6.0.1", "merge-anything": "5.1.7", "xregexp": "5.1.1" }, "devDependencies": { "@supabase/postgrest-js": "1.19.4", "@supabase/supabase-js": "2.49.4", "@types/flat": "5.0.2", "@types/lodash": "4.17.0", "@vitest/coverage-istanbul": "^3.0.0", "dotenv": "16.5.0", "tsup": "8.5.0", "typescript": "5.8.3", "vitest": "3.1.1", "@supabase-cache-helpers/tsconfig": "0.0.0" }, "scripts": { "build": "tsup", "clean": "rm -rf .turbo && rm -rf coverage && rm -rf .nyc_output && rm -rf node_modules && rm -rf dist", "test": "vitest --coverage", "typecheck": "tsc --pretty --noEmit" } }