@jcoreio/get-pg-config
Version:
apply default postgres connection config from dotfiles and .pgpass
43 lines (42 loc) • 946 B
JSON
{
"name": "@jcoreio/get-pg-config",
"description": "apply default postgres connection config from dotfiles and .pgpass",
"repository": {
"type": "git",
"url": "https://github.com/jcoreio/get-pg-config.git"
},
"homepage": "https://github.com/jcoreio/get-pg-config",
"bugs": {
"url": "https://github.com/jcoreio/get-pg-config/issues"
},
"author": "Andy Edwards",
"license": "MIT",
"keywords": [
"pg",
"postgres",
"node-postgres",
"node-pg",
"pgpass"
],
"version": "1.0.1",
"sideEffects": false,
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./index.d.ts",
"default": "./index.js"
}
},
"engines": {
"node": ">=16"
},
"packageManager": "pnpm@8.11.0",
"dependencies": {
"@babel/runtime": "^7.18.6",
"cosmiconfig": "^9.0.0",
"pg": "^8.11.5",
"pgpass": "^1.0.5"
}
}