{
  "name": "@sanity/bifur-client",
  "version": "1.0.0",
  "packageManager": "pnpm@10.28.2",
  "description": "",
  "type": "module",
  "engines": {
    "node": ">=20.19"
  },
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/sanity-io/bifur-client.git"
  },
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.ts",
  "publishConfig": {
    "exports": {
      ".": {
        "default": "./dist/index.js"
      },
      "./package.json": "./package.json"
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "pnpm run clean && pnpm run pkg:build && pnpm run pkg:check",
    "clean": "rimraf dist",
    "format": "prettier --write .",
    "pkg:build": "pkg build --strict",
    "pkg:check": "pkg check --strict",
    "postpublish": "pnpm run clean",
    "prepublishOnly": "pnpm run build",
    "test": "vitest run",
    "type-check": "tsc --noEmit",
    "watch": "pkg build --strict --watch"
  },
  "browserslist": [
    "node >=20.19",
    "node >=22.12",
    "baseline 2024"
  ],
  "keywords": [],
  "author": "Sanity.io <hello@sanity.io>",
  "license": "MIT",
  "dependencies": {
    "nanoid": "^5.1.6",
    "rxjs": "^7.0.0"
  },
  "devDependencies": {
    "@sanity/pkg-utils": "^10.4.5",
    "@sanity/tsconfig": "^2.1.0",
    "@types/node": "^20.19.0",
    "prettier": "^3.8.1",
    "rimraf": "^6.1.3",
    "typescript": "^5.8.2",
    "vitest": "^4.0.18"
  }
}
