{
  "name": "@sanity/bifur-client",
  "version": "0.4.1",
  "description": "",
  "main": "dist/cjs/index.js",
  "types": "dist/cjs/index.d.ts",
  "module": "dist/esm/index.js",
  "es2015": "dist/es2015/index.js",
  "scripts": {
    "test": "jest",
    "type-check": "tsc --noEmit",
    "build": "npm run build:es2015 && npm run build:esm && npm run build:cjs",
    "build:es2015": "tsc --module es2015 --target es2015 --outDir dist/es2015",
    "build:esm": "tsc --module es2015 --target es5 --outDir dist/esm",
    "build:cjs": "tsc --module commonjs --target es5 --outDir dist/cjs",
    "clean": "rimraf dist",
    "prepublishOnly": "npm run clean && npm run build",
    "postpublish": "npm run clean",
    "watch": "run-p \"build:* -- --watch\""
  },
  "keywords": [],
  "author": "Sanity.io <hello@sanity.io>",
  "license": "MIT",
  "dependencies": {
    "nanoid": "^3.1.12",
    "rxjs": "^7.0.0"
  },
  "devDependencies": {
    "@types/jest": "^25.2.1",
    "@types/nanoid": "^2.1.0",
    "@types/ws": "^7.2.6",
    "jest": "^26.0.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.1.2",
    "rimraf": "^3.0.2",
    "ts-jest": "^26.0.0",
    "typescript": "^4.7.4",
    "ws": "^7.3.1"
  }
}
