{
	"name": "quick-ddl",
	"version": "0.0.4",
	"description": "QuickSQL to DDL translator",
	"main": "index.js",
	"scripts": {
		"test": "echo \"running test...\" && node ./test/test.js"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/oracle/quick-sql.git"
	},
	"keywords": [
		"oracle",
		"SQL",
		"DDL"
	],
	"license": "ISC",
	"dependencies": {
		"chance": "^1.1.11"
	}
}
