{
	"author": {
		"name": "Baptiste Pillot",
		"email": "baptiste@pillot.fr"
	},
	"dependencies": {
		"@itrocks/class-type": "latest",
		"@itrocks/mysql": "latest",
		"@itrocks/mysql-to-schema": "latest",
		"@itrocks/reflect": "latest",
		"@itrocks/reflect-to-schema": "latest",
		"@itrocks/schema-diff": "latest",
		"@itrocks/schema-diff-mysql": "latest",
		"@itrocks/storage": "latest",
		"@itrocks/store": "latest",
		"mariadb": "^3.4"
	},
	"description": "Reactively maintains database structure by updating schema and retrying on MySQL errors",
	"devDependencies": {
		"typescript": "~5.8"
	},
	"engines": {
		"node": ">=18"
	},
	"exports": {
		"import": "./esm/mysql-maintainer.js",
		"require": "./cjs/mysql-maintainer.js"
	},
	"files": [
		"LICENSE",
		"README.md",
		"*/*.d.ts",
		"*/*.js"
	],
	"homepage": "https://it.rocks",
	"keywords": [
		"automatic",
		"automation",
		"backend",
		"it.rocks",
		"maintain",
		"maintainer",
		"mysql"
	],
	"license": "LGPL-3.0-or-later",
	"name": "@itrocks/mysql-maintainer",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/itrocks-ts/mysql-maintainer.git"
	},
	"scripts": {
		"build": "npm run build:cjs && npm run build:esm",
		"build:cjs": "tsc -p tsconfig.cjs.json",
		"build:esm": "tsc -p tsconfig.esm.json"
	},
	"types": "./esm/mysql-maintainer.d.ts",
	"version": "0.0.6"
}
