From 69ff89ab4abd46efd6171010eb2905df056a447c Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Thu, 4 Apr 2024 16:05:23 +0200 Subject: [PATCH] ci: refs #4409 Info added to package.json --- package.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/package.json b/package.json index 4cca3de..9ffa101 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,16 @@ { + "name": "mycdc", + "version": "0.0.1", + "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",