{
  "name": "easy-postgres",
  "version": "2.0.1",
  "description": "Simple abstraction for working with PostgeSQL database",
  "main": "src/index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/theophilusx/easy-postgres.git"
  },
  "keywords": [
    "database",
    "Postgres",
    "Postgre",
    "PostgreSQL",
    "Promises",
    "Async/await"
  ],
  "author": "Tim Cross",
  "license": "GPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/theophilusx/easy-postgres/issues"
  },
  "homepage": "https://github.com/theophilusx/easy-postgres#readme",
  "dependencies": {
    "pg": "^8.5.1",
    "pg-copy-streams": "^5.1.1"
  },
  "devDependencies": {
    "chai": "^4.3.0",
    "chai-as-promised": "^7.1.1",
    "dotenv": "^8.2.0",
    "mocha": "^8.3.0"
  }
}
