{
  "name": "pg-diff-sync",
  "description": "Takes two objects that describe the structure of a database and produces the PostgreSQL statements required to get from one to the other.",
  "version": "0.0.12",
  "author": "Tim Needham",
  "keywords": [
    "pg",
    "postgres",
    "migration"
  ],
  "main": "./lib/index.js",
  "dependencies": {
    "boom": "7.2.0",
    "debug": "3.1.0",
    "dottie": "2.0.0",
    "ejs": "2.5.7",
    "lodash": "4.17.5"
  },
  "devDependencies": {
    "chai": "4.1.2",
    "mocha": "5.0.4",
    "standard": "11.0.1"
  },
  "scripts": {
    "lint": "standard",
    "test": "standard && mocha"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/wmfs/tymly"
  },
  "bugs": {
    "url": "https://github.com/wmfs/tymly/issues"
  }
}
