{
	"name": "gdut-mysql",
	"version": "0.1.4",
	"description": "Typescript simple MySQL helper library",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"scripts": {
		"build": "tsc -p src",
		"build:watch": "tsc -p src -w",
		"test:base": "jest --runTestsByPath tests/base.test.ts",
		"clip": "ts-node --project tests/tsconfig.json tests/clip.ts"
	},
	"author": "eGodzzo",
	"license": "ISC",
	"devDependencies": {
		"@types/mysql": "^2.15.17",
		"@types/node": "^14.14.25",
		"gdut-json": "^0.1.0",
		"jest": "^26.6.3",
		"prettier": "^2.2.1",
		"ts-jest": "^26.5.1",
		"ts-node": "^9.1.1",
		"typescript": "^4.1.5"
	},
	"dependencies": {
		"mysql": "^2.18.1"
	}
}
