{
  "name": "handy-postgres",
  "version": "1.3.2",
  "description": "A handy interface for simpler postgres",
  "main": "index.js",
  "scripts": {
    "test": "mocha test/e2e",
    "lint": "eslint .",
    "vuln": "npm audit",
    "docker": "docker-compose --file docker-compose.yml pull && docker-compose --file docker-compose.yml up -d --force-recreate",
    "snyk-protect": "snyk protect",
    "prepare": "npm run snyk-protect"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/guidesmiths/handy-postgres.git"
  },
  "bugs": {
    "url": "https://github.com/guidesmiths/handy-postgres/issues"
  },
  "homepage": "https://guidesmiths.github.io/handy-postgres/",
  "author": "GuideSmiths Ltd",
  "husky": {
    "precommit": "npm run lint",
    "prepush": "npm run docker && sleep 5 && npm run test"
  },
  "dependencies": {
    "bluebird": "^3.7.2",
    "debug": "^4.3.1",
    "marv": "^3.1.0",
    "marv-pg-driver": "^4.0.0",
    "pg": "^8.5.1",
    "pg-copy-streams": "^5.1.1",
    "pg-format": "^1.0.4",
    "pg-query-stream": "^4.0.0",
    "ramda": "^0.27.1",
    "snyk": "^1.528.0",
    "sql-params-format": "^2.0.0"
  },
  "devDependencies": {
    "eslint": "^7.23.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-plugin-mocha": "^8.1.0",
    "eslint-plugin-react": "^7.23.1",
    "expect.js": "^0.3.1",
    "husky": "^4.3.8",
    "mocha": "^8.3.2"
  },
  "snyk": true
}