{
  "name": "@supabase-cache-helpers/postgrest-server",
  "version": "0.0.10",
  "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",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/**"
  ],
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "keywords": [
    "Supabase",
    "PostgREST",
    "Cache",
    "SWR"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/psteinroe/supabase-cache-helpers.git",
    "directory": "packages/postgrest-server"
  },
  "peerDependencies": {
    "@supabase/postgrest-js": "^1.16.3"
  },
  "devDependencies": {
    "@supabase/postgrest-js": "1.16.3",
    "@supabase/supabase-js": "2.46.1",
    "@vitest/coverage-istanbul": "^2.0.2",
    "ioredis": "5.4.1",
    "dotenv": "16.4.0",
    "tsup": "8.2.0",
    "typescript": "5.5.3",
    "vitest": "2.0.2",
    "@supabase-cache-helpers/tsconfig": "0.0.0"
  },
  "dependencies": {
    "@supabase-cache-helpers/postgrest-core": "0.10.1"
  },
  "scripts": {
    "build": "tsup",
    "test": "vitest --coverage --no-file-parallelism --dangerouslyIgnoreUnhandledErrors",
    "clean": "rm -rf .turbo && rm -rf .nyc_output && rm -rf node_modules && rm -rf dist",
    "typecheck": "tsc --pretty --noEmit"
  }
}