{
  "name": "sse-pubsub",
  "version": "1.4.5",
  "description": "Server-sent events with pub/sub interface",
  "main": "index.js",
  "scripts": {
    "test": "mocha test/tests.mjs --exit",
    "start": "node demo/server.js"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/triblondon/node-sse-pubsub.git"
  },
  "keywords": [
    "sse",
    "http",
    "server",
    "pubsub"
  ],
  "author": "Andrew Betts <andrew@trib.tv>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/triblondon/node-sse-pubsub/issues"
  },
  "homepage": "https://github.com/triblondon/node-sse-pubsub#readme",
  "devDependencies": {
    "chai": "^4.3.4",
    "express": "^4.17.1",
    "mocha": "^9.1.3",
    "node-fetch": "^3.0.0"
  }
}
