From b86d04ce1ded138a134c095b51a7a434d3b3908a Mon Sep 17 00:00:00 2001 From: dvandal Date: Fri, 9 Dec 2022 12:16:12 -0500 Subject: [PATCH] Update package.json --- package.json | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 47403c4..49f980e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,15 @@ -{ + "name": "cryptonote-nodejs-pool", "version": "1.4.0", - "license": "GPL-2.0 + "license": "GPL-2.0", + "Original author": "Daniel Vandal", + "Maintained by": "Musclesonvacation", + "repository": { + "type": "git", + "url": "https://github.com/dvandal/cryptonote-nodejs-pool.git" + }, + "dependencies": { + "async": "^3.2.0", "base58-native": "*", "bignum": "*", "bufferutil": "*", @@ -10,8 +18,11 @@ "cryptonight-hashing": "git+https://github.com/MoneroOcean/node-cryptonight-hashing.git", "dateformat": "4.5.1", "domexception": "*", + "mailgun.js": "*", "node-telegram-bot-api": "*", - "redis": "3.1.2", + "nodemailer": "^6.4.18", + "nodemailer-sendmail-transport": "*", + "redis": "*", "socket.io": "^3.1.1", "time-ago": "*", "turtlecoin-multi-hashing": "git+https://github.com/turtlecoin/turtlecoin-crypto.git",