Files
peya-nodejs-pool/package.json

38 lines
978 B
JSON
Raw Permalink Normal View History

2022-12-09 12:18:18 -05:00
{
"name": "peya-nodejs-pool",
"version": "1.5.0",
"description": "Peya-centric RandomX pool stack derived from cryptonote-nodejs-pool.",
"license": "GPL-2.0",
"author": "tiamak",
"contributors": [
"Daniel Vandal"
],
"repository": {
"type": "git",
"url": "http://54.38.205.168:3000/tiamak/peya-nodejs-pool.git"
},
"dependencies": {
"async": "^1.5.2",
"base58-native": "*",
"bignum": "*",
"bufferutil": "*",
"cli-color": "*",
"cryptoforknote-util": "file:../node-cryptoforknote-util-salvium",
"cryptonight-hashing": "file:../node-cryptonight-hashing-mo",
"dateformat": "^4.5.1",
"domexception": "*",
"mailgun.js": "*",
"node-telegram-bot-api": "*",
"nodemailer": "^6.4.18",
"nodemailer-sendmail-transport": "*",
"redis": "^3.1.2",
"request-promise-core": "^1.1.4",
"socket.io": "^4.8.1",
"time-ago": "*",
"utf-8-validate": "*"
},
"engines": {
"node": ">=8.11.3"
}
}