Adding package.json

This commit is contained in:
Chris Patterson
2019-08-15 14:28:49 -04:00
parent efa6307ac2
commit f5b641d362

5
postgres/package.json Normal file
View File

@@ -0,0 +1,5 @@
{
"dependencies": {
"pg": "^7.12.1"
}
}