mirror of
https://github.com/Blockstream/satellite-api.git
synced 2025-03-09 22:10:12 +01:00
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.17.1...4.17.3) --- updated-dependencies: - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
15 lines
278 B
JSON
15 lines
278 B
JSON
{
|
|
"name": "redis-to-sse",
|
|
"version": "0.1.0",
|
|
"description": "Redis to SSE",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"author": "Nadav Ivgi",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "^4.17.3",
|
|
"morgan": "^1.10.0",
|
|
"redis": "^3.1.2"
|
|
}
|
|
}
|