{
	"name": "mysqlx",
	"version": "1.1.8",
	"description": "Staticly typed MySQL Connector for NodeJS using the X Protocol.",
	"main": "lib/mysqlx.js",
	"repository": "https://github.com/danang-id/mysqlx.git",
	"author": "Danang Galuh Tegar Prasetyo <connect@danang.id> (https://github.com/danang-id)",
	"license": "Apache-2.0",
	"private": false,
	"dependencies": {
		"@mysql/xdevapi": "^8.0.20",
		"lodash.isboolean": "^3.0.3",
		"lodash.isnumber": "^3.0.3",
		"lodash.isstring": "^4.0.1",
		"typescript": "^4.9.5"
	},
	"devDependencies": {
		"@types/lodash.isboolean": "^3.0.6",
		"@types/lodash.isnumber": "^3.0.6",
		"@types/lodash.isstring": "^4.0.6",
		"@types/node": "^14.0.13",
		"dotenv": "^8.2.0",
		"prettier": "^2.0.5"
	},
	"scripts": {
		"prettify": "prettier ./src/**/*.ts --write",
		"build": "yarn prettify && tsc --project tsconfig.json"
	}
}
