{
  "name": "@supabase-cache-helpers/postgrest-server",
  "version": "0.3.2",
  "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.13.1"
  },
  "devDependencies": {
    "@supabase/postgrest-js": "2.90.0",
    "@supabase/supabase-js": "2.90.0",
    "@testcontainers/redis": "^11.11.0",
    "@vitest/coverage-istanbul": "4.0.16",
    "dotenv": "17.2.3",
    "ioredis": "5.9.0",
    "testcontainers": "^11.11.0",
    "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"
  }
}