Files
peya-nodejs-pool/package.json

34 lines
902 B
JSON
Raw Normal View History

2022-12-09 12:16:12 -05:00
2022-12-09 12:15:10 -05:00
"name": "cryptonote-nodejs-pool",
"version": "1.4.0",
2022-12-09 12:16:12 -05:00
"license": "GPL-2.0",
2022-12-09 12:16:33 -05:00
"author": "Daniel Vandal",
2022-12-09 12:16:12 -05:00
"repository": {
"type": "git",
"url": "https://github.com/dvandal/cryptonote-nodejs-pool.git"
},
"dependencies": {
"async": "^3.2.0",
"base58-native": "*",
"bignum": "*",
2021-02-24 14:51:45 -05:00
"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",
2021-02-24 14:37:57 -05:00
"domexception": "*",
2022-12-09 12:16:12 -05:00
"mailgun.js": "*",
"node-telegram-bot-api": "*",
2022-12-09 12:16:12 -05:00
"nodemailer": "^6.4.18",
"nodemailer-sendmail-transport": "*",
"redis": "*",
2021-02-24 14:37:57 -05:00
"socket.io": "^3.1.1",
"time-ago": "*",
"turtlecoin-multi-hashing": "git+https://github.com/turtlecoin/turtlecoin-crypto.git",
2021-02-24 14:51:45 -05:00
"utf-8-validate": "*"
},
"engines": {
"node": ">=8.11.3"
}
}