2023-04-08 13:08:37 +00:00
|
|
|
{
|
2023-04-11 10:04:33 +00:00
|
|
|
"name": "mylogger",
|
2024-08-28 08:56:16 +00:00
|
|
|
"version": "1.1.5",
|
2023-04-11 10:04:33 +00:00
|
|
|
"author": "Verdnatura Levante SL",
|
|
|
|
"description": "MySQL and MariaDB logger using binary log",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"repository": {
|
2023-06-01 13:10:45 +00:00
|
|
|
"type": "git",
|
|
|
|
"url": "https://gitea.verdnatura.es/verdnatura/mylogger.git"
|
2023-04-11 10:04:33 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2023-06-01 13:10:45 +00:00
|
|
|
"node": ">=14"
|
2023-04-11 10:04:33 +00:00
|
|
|
},
|
2023-04-08 13:08:37 +00:00
|
|
|
"dependencies": {
|
|
|
|
"colors": "^1.4.0",
|
|
|
|
"mysql2": "^2.3.3",
|
2023-04-11 09:45:23 +00:00
|
|
|
"require-yaml": "^0.0.1"
|
2023-04-08 13:08:37 +00:00
|
|
|
}
|
|
|
|
}
|