2020-11-14 01:38:56 +00:00
|
|
|
{
|
2022-12-21 13:17:50 +00:00
|
|
|
"name": "@verdnatura/myt",
|
2023-09-07 07:27:37 +00:00
|
|
|
"version": "1.5.23",
|
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",
|
2022-02-10 10:20:36 +00:00
|
|
|
"bin": {
|
2022-12-23 13:47:44 +00:00
|
|
|
"myt": "cli.js"
|
2022-02-10 10:20:36 +00:00
|
|
|
},
|
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": {
|
2022-12-29 13:27:16 +00:00
|
|
|
"@sqltools/formatter": "^1.2.5",
|
2020-11-14 14:53:13 +00:00
|
|
|
"colors": "^1.4.0",
|
2023-04-05 08:11:31 +00:00
|
|
|
"ejs": "^3.1.9",
|
2023-08-11 13:41:03 +00:00
|
|
|
"fs-extra": "^11.1.1",
|
2022-01-31 13:07:08 +00:00
|
|
|
"getopts": "^2.3.0",
|
2023-08-11 13:41:03 +00:00
|
|
|
"ini": "^4.1.1",
|
|
|
|
"mysql2": "^3.3.4",
|
2020-12-02 07:35:26 +00:00
|
|
|
"nodegit": "^0.27.0",
|
2023-04-05 08:11:31 +00:00
|
|
|
"require-yaml": "^0.0.1",
|
2021-10-22 14:11:03 +00:00
|
|
|
"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
|
|
|
}
|