{
	"name": "pg-diff-api",
	"version": "1.5.3",
	"description": "PostgreSQL migration strategy for NodeJS",
	"pgver": "9.6+",
	"main": "./src/index.js",
	"directories": {
		"test": "test"
	},
	"scripts": {
		"test-compare": "node ./test/compareTest.js",
		"test-migration": "node ./test/migrateTest.js"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/michaelsogos/pg-diff-api.git"
	},
	"keywords": [
		"pg",
		"pg-diff",
		"postgre",
		"postgresql",
		"sql",
		"diff",
		"api",
		"pgsql",
		"schema",
		"data",
		"compare",
		"tool"
	],
	"author": "Michael Sogos <michael.sogos@gurustudioweb.it> (https://github.com/michaelsogos)",
	"contributors": [
		"captHarlock69",
		"angulion",
		"0xradical",
		"AlekseiDanilov",
		"JonathonCwik",
		"olivierdalang"
	],
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/michaelsogos/pg-diff-api/issues",
		"email": "michael.sogos@gurustudioweb.it"
	},
	"homepage": "https://github.com/michaelsogos/pg-diff-api#readme",
	"engines": {
		"node": ">=8.11.1"
	},
	"devDependencies": {},
	"dependencies": {
		"deep-equal": "2.0.5",
		"line-by-line": "0.1.6",
		"pg": "8.5.1"
	}
}