UNPKG

753 BJSONView Raw
1{
2 "name": "@sanity/eventsource",
3 "version": "1.150.1",
4 "description": "EventSource polyfill for browser and node.js",
5 "main": "./node.js",
6 "browser": "./browser.js",
7 "scripts": {},
8 "repository": {
9 "type": "git",
10 "url": "git+https://github.com/sanity-io/sanity.git"
11 },
12 "keywords": [
13 "sanity",
14 "cms",
15 "headless",
16 "realtime",
17 "content",
18 "eventsource",
19 "polyfill"
20 ],
21 "author": "Sanity.io <hello@sanity.io>",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/sanity-io/sanity/issues"
25 },
26 "homepage": "https://www.sanity.io/",
27 "dependencies": {
28 "@rexxars/eventsource-polyfill": "^1.0.0",
29 "eventsource": "^1.0.6"
30 },
31 "gitHead": "4b8da7d340eacc88d6a9ae4a761fc3e58189763f"
32}