{
  "name": "pg-dump-restore-nodejs",
  "version": "0.0.10",
  "description": "Basic postgresql database backup module with pg_dump and pg_restore binaries for windows, macos and linux (version 14 postgresql)",
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "author": "Edgardo Lugo",
  "license": "MIT",
  "dependencies": {
    "execa": "^8.0.1",
    "path": "^0.12.7"
  },
  "devDependencies": {
    "fs-extra": "^11.2.0",
    "jest": "^29.7.0",
    "pg": "^8.11.3",
    "sequelize": "^6.35.2"
  },
  "directories": {
    "test": "tests"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/edgardoll4/pg-dump-restore-nodejs.git"
  },
  "keywords": [
    "pg",
    "pg_dump",
    "pg_restore",
    "postgres",
    "bin",
    "windows",
    "linux",
    "macos"
  ],
  "bugs": {
    "url": "https://github.com/edgardoll4/pg-dump-restore-nodejs/issues"
  },
  "homepage": "https://github.com/edgardoll4/pg-dump-restorejs#readme"
}
