mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-08 18:06:35 +00:00
The autopilot code isn't exposed to anything; but this will stop dependabot
from displaying the annoying warning banners 😅
10 lines
183 B
JSON
10 lines
183 B
JSON
{
|
|
"name": "container-training-pub-sub-server",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"express": "^4.16.2",
|
|
"socket.io": "^4.5.1",
|
|
"socket.io-client": "^4.5.1"
|
|
}
|
|
}
|