{
  "name": "sqlcmd-pg",
  "version": "3.0.4",
  "description": "sqlcmd for PostgreSQL",
  "keywords": [
    "sqlcmd",
    "postgresql",
    "pg"
  ],
  "homepage": "https://github.com/chbrown/sqlcmd-pg",
  "repository": {
    "type": "git",
    "url": "https://github.com/chbrown/sqlcmd-pg.git"
  },
  "bugs": {
    "email": "Christopher Brown <io@henrian.com>",
    "url": "https://github.com/chbrown/sqlcmd-pg/issues"
  },
  "license": "MIT",
  "author": "Christopher Brown <io@henrian.com> (http://henrian.com)",
  "dependencies": {
    "pg": "6.2.5",
    "sqlcmd": "^3.0.4"
  },
  "devDependencies": {
    "@types/mocha": "^5.2.7",
    "@types/node": "^13.1.8",
    "@types/pg": "^6.1.47",
    "mocha": "^7.0.0",
    "typescript": "^3.7.5"
  },
  "scripts": {
    "prepare": "tsc -d",
    "pretest": "tsc",
    "test": "mocha tests/",
    "clean": "tsc -d --listEmittedFiles | sed 's/^TSFILE: //' | xargs rm -v"
  }
}
