myt/package.json

31 lines
661 B
JSON
Raw Normal View History

2020-11-14 01:38:56 +00:00
{
2020-11-14 14:53:13 +00:00
"name": "myvc",
2020-11-15 18:38:58 +00:00
"version": "1.0.5",
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",
"bin": {
"myvc": "myvc.js"
},
"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": {
"@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"
}
2020-11-14 01:38:56 +00:00
}