{
  "author": "mren",
  "bin": {
    "add-migration": "./add-migration.js",
    "migrate": "./cli.js"
  },
  "dependencies": {
    "pg-connection-string": "0.1.3"
  },
  "devDependencies": {
    "eslint": "4.17.0",
    "eslint-config-airbnb-base": "12.1.0",
    "eslint-plugin-import": "2.8.0",
    "mocha": "5.0.0",
    "mock-fs": "4.4.2",
    "pg": "7.4.1",
    "semver": "5.5.0"
  },
  "engines": {
    "node": ">= 7.10.0"
  },
  "license": "MIT",
  "main": "migrate",
  "name": "pgmigrate",
  "peerDependencies": {
    "pg": ">=6.0.3"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mren/pgmigrate.git"
  },
  "scripts": {
    "lint": "eslint --max-warnings 0 --report-unused-disable-directives .",
    "mocha": "mocha --recursive",
    "test-pg-versions": "node test/get-all-allowed-pg-versions.js | xargs -I {} -n1 sh -c \"npm install pg@{} && npm run mocha\"",
    "test": "npm run lint && npm run mocha"
  },
  "version": "5.0.0"
}
