42 lines
822 B
JSON
42 lines
822 B
JSON
{
|
|
"name": "myvc",
|
|
"version": "1.0.13",
|
|
"author": "Verdnatura Levante SL",
|
|
"description": "MySQL Version Control",
|
|
"license": "GPL-3.0",
|
|
"bin": {
|
|
"myvc": "myvc.js",
|
|
"myvc-push": "myvc-push.sh"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/verdnatura/myvc.git"
|
|
},
|
|
"dependencies": {
|
|
"@sqltools/formatter": "^1.2.2",
|
|
"colors": "^1.4.0",
|
|
"ejs": "^3.1.5",
|
|
"fancy-log": "^1.3.3",
|
|
"fs-extra": "^8.1.0",
|
|
"getopts": "^2.2.5",
|
|
"ini": "^1.3.5",
|
|
"mysql2": "^2.2.5",
|
|
"require-yaml": "0.0.1"
|
|
},
|
|
"main": "index.js",
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"mysql",
|
|
"mariadb",
|
|
"git",
|
|
"vcs",
|
|
"database",
|
|
"version",
|
|
"control",
|
|
"sql"
|
|
]
|
|
}
|