{
  "name": "@sanity/eventsource",
  "version": "4.1.1",
  "description": "EventSource polyfill for browser and node.js",
  "keywords": [
    "sanity",
    "cms",
    "headless",
    "realtime",
    "content",
    "eventsource",
    "polyfill"
  ],
  "homepage": "https://www.sanity.io/",
  "bugs": {
    "url": "https://github.com/sanity-io/sanity/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sanity-io/eventsource.git"
  },
  "license": "MIT",
  "author": "Sanity.io <hello@sanity.io>",
  "sideEffects": false,
  "type": "commonjs",
  "exports": {
    ".": {
      "browser": "./browser.js",
      "default": "./node.js"
    },
    "./browser": "./browser.js",
    "./node": "./node.js",
    "./package.json": "./package.json"
  },
  "main": "./node.js",
  "browser": "./browser.js",
  "files": [
    "CHANGELOG.md",
    "browser.js",
    "node.js"
  ],
  "scripts": {
    "prepublishOnly": "tsc",
    "test": "tsc --noEmit --emitDeclarationOnly false"
  },
  "prettier": {
    "semi": false,
    "singleQuote": true
  },
  "dependencies": {
    "event-source-polyfill": "1.0.31",
    "eventsource": "2.0.2"
  },
  "devDependencies": {
    "@sanity/semantic-release-preset": "^4.0.2",
    "prettier": "^2.8.6",
    "prettier-plugin-packagejson": "^2.4.3",
    "typescript": "^5.0.2"
  }
}
