Files
peya-nodejs-pool/package.json
2022-12-09 12:15:10 -05:00

24 lines
646 B
JSON

{
"name": "cryptonote-nodejs-pool",
"version": "1.4.0",
"license": "GPL-2.0
"base58-native": "*",
"bignum": "*",
"bufferutil": "*",
"cli-color": "*",
"cryptoforknote-util": "git+https://github.com/MoneroOcean/node-cryptoforknote-util.git",
"cryptonight-hashing": "git+https://github.com/MoneroOcean/node-cryptonight-hashing.git",
"dateformat": "4.5.1",
"domexception": "*",
"node-telegram-bot-api": "*",
"redis": "3.1.2",
"socket.io": "^3.1.1",
"time-ago": "*",
"turtlecoin-multi-hashing": "git+https://github.com/turtlecoin/turtlecoin-crypto.git",
"utf-8-validate": "*"
},
"engines": {
"node": ">=8.11.3"
}
}