mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
15 lines
275 B
JSON
15 lines
275 B
JSON
{
|
|
"name": "wal-info",
|
|
"private": true,
|
|
"version": "1.0.1",
|
|
"description": "PostgreSQL Replication & WAL monitoring tool",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"pg": "^8.11.3"
|
|
}
|
|
}
|