mirror of
https://github.com/Blockstream/satellite-api.git
synced 2024-11-19 04:50:01 +01:00
b45faeb54a
- Update the node 16 image. - Update dependencies to their latest versions. - Update package lock file.
16 lines
278 B
JSON
16 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.1",
|
|
"morgan": "^1.10.0",
|
|
"redis": "^3.1.2"
|
|
}
|
|
}
|