24 lines
590 B
JSON
24 lines
590 B
JSON
|
{
|
||
|
"name": "myvc",
|
||
|
"version": "1.0.0",
|
||
|
"author": "Verdnatura Levante SL",
|
||
|
"description": "MySQL version control",
|
||
|
"license": "GPL-3.0",
|
||
|
"bin": "./myvc.js",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://gitea.verdnatura.es/verdnatura/myvc"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@sqltools/formatter": "^1.2.2",
|
||
|
"colors": "^1.4.0",
|
||
|
"ejs": "^3.1.5",
|
||
|
"fs-extra": "^8.1.0",
|
||
|
"getopts": "^2.2.5",
|
||
|
"ini": "^1.3.5",
|
||
|
"mysql2": "^2.2.5",
|
||
|
"myvc": "file:../myvc",
|
||
|
"require-yaml": "0.0.1"
|
||
|
}
|
||
|
}
|