{
	"author": "Diogo Resende <dresende@thinkdigital.pt>",
	"name": "sql-ddl-sync",
	"description": "NodeJS SQL DDL Synchronization",
	"keywords": [
		"sql",
		"ddl",
		"sync",
		"mysql",
		"postgres",
		"sqlite"
	],
	"version": "0.4.0",
	"license": "MIT",
	"repository": "http://github.com/dresende/node-sql-ddl-sync.git",
	"main": "./lib/index",
	"scripts": {
		"test": "node test/run.js"
	},
	"engines": {
		"node": "*"
	},
	"analyse": false,
	"dependencies": {
		"lodash": "~4.17.21"
	},
	"devDependencies": {
		"mocha": "9.2.2",
		"should": "~13.2.3",
		"sinon": "~13.0.1",
		"commander": "9.0.0",
		"orm": "~6.2.0"
	}
}
