myt/package.json

40 lines
786 B
JSON
Raw Normal View History

2020-11-14 01:38:56 +00:00
{
2020-11-14 14:53:13 +00:00
"name": "myvc",
"version": "1.2.1",
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",
"ejs": "^3.1.5",
"fs-extra": "^8.1.0",
"getopts": "^2.2.5",
2021-10-16 06:44:19 +00:00
"ini": "^1.3.8",
2020-11-14 14:53:13 +00:00
"mysql2": "^2.2.5",
2020-12-02 07:35:26 +00:00
"nodegit": "^0.27.0",
"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
}