mycdc/package.json

28 lines
633 B
JSON

{
"name": "mycdc",
"version": "0.0.21",
"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"
},
"dependencies": {
"amqplib": "^0.10.3",
"colors": "^1.4.0",
"fs-extra": "^11.2.0",
"mysql2": "^3.9.3",
"require-yaml": "^0.0.1",
"zongji": "file:../zongji"
},
"scripts": {
"start": "node index.js",
"consumer": "node consumer.js",
"rabbit": "assets/run-rabbit.sh"
}
}