2020-11-14 01:38:56 +00:00
|
|
|
{
|
2020-11-14 14:53:13 +00:00
|
|
|
"name": "myvc",
|
2022-02-07 14:54:24 +00:00
|
|
|
"version": "1.2.9",
|
2020-11-14 14:53:13 +00:00
|
|
|
"author": "Verdnatura Levante SL",
|
2020-11-14 15:14:19 +00:00
|
|
|
"description": "MySQL Version Control",
|
2020-11-14 14:53:13 +00:00
|
|
|
"license": "GPL-3.0",
|
2020-12-04 16:30:26 +00:00
|
|
|
"bin": "cli.js",
|
2020-11-14 14:53:13 +00:00
|
|
|
"repository": {
|
2020-11-14 14:55:02 +00:00
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/verdnatura/myvc.git"
|
2020-11-14 14:53:13 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-10-16 06:44:19 +00:00
|
|
|
"@sqltools/formatter": "^1.2.3",
|
2020-11-14 14:53:13 +00:00
|
|
|
"colors": "^1.4.0",
|
2022-01-31 13:07:08 +00:00
|
|
|
"ejs": "^3.1.6",
|
2020-11-14 14:53:13 +00:00
|
|
|
"fs-extra": "^8.1.0",
|
2022-01-31 13:07:08 +00:00
|
|
|
"getopts": "^2.3.0",
|
2021-10-16 06:44:19 +00:00
|
|
|
"ini": "^1.3.8",
|
2022-01-31 13:07:08 +00:00
|
|
|
"mysql2": "^2.3.2",
|
2020-12-02 07:35:26 +00:00
|
|
|
"nodegit": "^0.27.0",
|
2021-10-22 14:11:03 +00:00
|
|
|
"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
|
|
|
}
|