UNPKG

@verdnatura/myt

Version:
48 lines (47 loc) 958 B
{ "name": "@verdnatura/myt", "version": "2.0.7", "author": "Verdnatura Levante SL", "description": "MySQL version control", "license": "GPL-3.0", "bin": { "myt": "cli.js" }, "repository": { "type": "git", "url": "git+https://github.com/verdnatura/myt.git" }, "engines": { "node": ">=20" }, "packageManager": "pnpm@10.33.0", "dependencies": { "@sqltools/formatter": "^1.2.5", "colors": "^1.4.0", "ejs": "^3.1.9", "folder-hash": "^4.1.2", "fs-extra": "^11.1.1", "getopts": "^2.3.0", "ini": "^4.1.1", "mysql2": "^3.3.4", "nodegit": "0.28.0-alpha.36", "require-yaml": "^0.0.1", "sha.js": "^2.4.11", "sqlstring": "^2.3.3" }, "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mysql", "mariadb", "migrations", "git", "vcs", "database", "version", "control", "sql" ] }