2022-08-15 16:12:17 +00:00
|
|
|
{
|
2024-04-04 14:05:23 +00:00
|
|
|
"name": "mycdc",
|
2024-04-04 16:05:18 +00:00
|
|
|
"version": "0.0.5",
|
2024-04-04 14:05:23 +00:00
|
|
|
"author": "Verdnatura Levante SL",
|
|
|
|
"description": "Asynchronous DB calculations reading the binary log",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://gitea.verdnatura.es/verdnatura/mycdc"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=20"
|
|
|
|
},
|
2022-08-15 16:12:17 +00:00
|
|
|
"dependencies": {
|
2022-10-23 19:46:07 +00:00
|
|
|
"amqplib": "^0.10.3",
|
|
|
|
"colors": "^1.4.0",
|
2022-08-15 16:12:17 +00:00
|
|
|
"mysql2": "^2.3.3",
|
2022-10-24 16:11:25 +00:00
|
|
|
"require-yaml": "^0.0.1",
|
2022-08-15 16:12:17 +00:00
|
|
|
"zongji": "file:../zongji"
|
|
|
|
}
|
|
|
|
}
|