mylogger/package.json

20 lines
418 B
JSON

{
"name": "mylogger",
"version": "1.1.5",
"author": "Verdnatura Levante SL",
"description": "MySQL and MariaDB logger using binary log",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://gitea.verdnatura.es/verdnatura/mylogger.git"
},
"engines": {
"node": ">=14"
},
"dependencies": {
"colors": "^1.4.0",
"mysql2": "^2.3.3",
"require-yaml": "^0.0.1"
}
}