mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-10 15:37:58 -05:00
13 lines
253 B
JSON
13 lines
253 B
JSON
{
|
|
"private": true,
|
|
"name": "postgres-adapter-example",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@socket.io/postgres-adapter": "^0.4.0",
|
|
"pg": "^8.12.0",
|
|
"socket.io": "^4.7.5",
|
|
"socket.io-client": "^4.7.5"
|
|
}
|
|
}
|