{ "name": "@verdnatura/myt", "version": "1.5.3", "author": "Verdnatura Levante SL", "description": "MySQL version control", "license": "GPL-3.0", "bin": { "myt": "cli.js", "myvc": "cli.js", "myv": "cli.js" }, "repository": { "type": "git", "url": "https://github.com/verdnatura/myt.git" }, "dependencies": { "@sqltools/formatter": "^1.2.3", "colors": "^1.4.0", "ejs": "^3.1.6", "fs-extra": "^8.1.0", "getopts": "^2.3.0", "ini": "^1.3.8", "mysql2": "^2.3.3", "nodegit": "^0.27.0", "require-yaml": "0.0.1", "sha.js": "^2.4.11" }, "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mysql", "mariadb", "migrations", "git", "vcs", "database", "version", "control", "sql" ] }