Update package.json: fork metadata, repository URL, updated dependencies

This commit is contained in:
gh14
2025-05-26 08:37:15 +00:00
parent adbdcf9a42
commit d648a87afe

View File

@@ -1,33 +1,37 @@
{ {
"name": "cryptonote-nodejs-pool", "name": "cryptonote-nodejs-pool",
"version": "1.4.1", "version": "1.5.0",
"license": "GPL-2.0", "description": "A fork of dvandal/cryptonote-nodejs-pool with some custom features.",
"author": "Daniel Vandal", "license": "GPL-2.0",
"repository": { "author": "gh14 (fork maintainer)",
"type": "git", "contributors": [
"url": "https://github.com/dvandal/cryptonote-nodejs-pool.git" "Daniel Vandal"
}, ],
"dependencies": { "repository": {
"async": "^1.5.2", "type": "git",
"base58-native": "*", "url": "https://github.com/t1amak/cryptonote-nodejs-pool.git"
"bignum": "*", },
"bufferutil": "*", "dependencies": {
"cli-color": "*", "async": "^1.5.2",
"cryptoforknote-util": "git+https://github.com/MoneroOcean/node-cryptoforknote-util.git", "base58-native": "*",
"cryptonight-hashing": "git+https://github.com/MoneroOcean/node-cryptonight-hashing.git", "bignum": "*",
"dateformat": "^4.5.1", "bufferutil": "*",
"domexception": "*", "cli-color": "*",
"mailgun.js": "*", "cryptoforknote-util": "git+https://github.com/MoneroOcean/node-cryptoforknote-util.git",
"node-telegram-bot-api": "*", "cryptonight-hashing": "git+https://github.com/MoneroOcean/node-cryptonight-hashing.git",
"nodemailer": "^6.4.18", "dateformat": "^4.5.1",
"nodemailer-sendmail-transport": "*", "domexception": "*",
"redis": "*", "mailgun.js": "*",
"socket.io": "^3.1.1", "node-telegram-bot-api": "*",
"time-ago": "*", "nodemailer": "^6.4.18",
"turtlecoin-multi-hashing": "git+https://github.com/turtlecoin/turtlecoin-crypto.git", "nodemailer-sendmail-transport": "*",
"utf-8-validate": "*" "redis": "^3.1.2",
}, "request-promise-core": "^1.1.4",
"engines": { "socket.io": "^4.8.1",
"node": ">=8.11.3" "time-ago": "*",
} "utf-8-validate": "*"
},
"engines": {
"node": ">=8.11.3"
}
} }