myt/package.json

42 lines
816 B
JSON
Raw Normal View History

2020-11-14 01:38:56 +00:00
{
2022-12-21 13:17:50 +00:00
"name": "@verdnatura/myt",
2024-10-03 12:27:15 +00:00
"version": "1.6.12",
2020-11-14 14:53:13 +00:00
"author": "Verdnatura Levante SL",
2022-12-21 13:28:58 +00:00
"description": "MySQL version control",
2020-11-14 14:53:13 +00:00
"license": "GPL-3.0",
"bin": {
"myt": "cli.js"
},
2020-11-14 14:53:13 +00:00
"repository": {
2020-11-14 14:55:02 +00:00
"type": "git",
2022-12-21 13:17:50 +00:00
"url": "https://github.com/verdnatura/myt.git"
2020-11-14 14:53:13 +00:00
},
"dependencies": {
"@sqltools/formatter": "^1.2.5",
2020-11-14 14:53:13 +00:00
"colors": "^1.4.0",
"ejs": "^3.1.9",
"fs-extra": "^11.1.1",
"getopts": "^2.3.0",
"ini": "^4.1.1",
"mysql2": "^3.3.4",
2020-12-02 07:35:26 +00:00
"nodegit": "^0.27.0",
"require-yaml": "^0.0.1",
"sha.js": "^2.4.11"
2020-11-14 14:53:13 +00:00
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
2020-11-16 00:58:27 +00:00
},
"keywords": [
"mysql",
"mariadb",
2020-11-17 17:15:09 +00:00
"migrations",
2020-11-16 13:23:28 +00:00
"git",
"vcs",
"database",
2020-11-16 00:58:27 +00:00
"version",
2020-11-16 13:23:28 +00:00
"control",
"sql"
2020-11-16 00:58:27 +00:00
]
2020-11-14 01:38:56 +00:00
}