File: //opt/LC/node_modules/sse.js/package.json
{
"name": "sse.js",
"version": "2.5.0",
"description": "A flexible Server-Sent Events source; supports POST requests and custom headers",
"main": "./lib/sse.js",
"type": "module",
"scripts": {
"build": "tsc",
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/mpetazzoni/sse.js"
},
"types": "types/sse.d.ts",
"keywords": [
"sse",
"server-side-events",
"server-sent-events",
"eventsource"
],
"author": "Maxime Petazzoni <maxime.petazzoni@bulix.org> (https://www.bulix.org)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mpetazzoni/sse.js/issues"
},
"homepage": "https://github.com/mpetazzoni/sse.js",
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"jest": "^29.7.0",
"typescript": "^5.2.2"
}
}