mylogger/package.json

20 lines
418 B
JSON
Raw Normal View History

2023-04-08 13:08:37 +00:00
{
"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"
},
2023-04-08 13:08:37 +00:00
"dependencies": {
"colors": "^1.4.0",
"mysql2": "^2.3.3",
"require-yaml": "^0.0.1"
2023-04-08 13:08:37 +00:00
}
}