forked from SuperBlockchain-Pool/cryptonote-nodejs-pool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.47 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "cryptonote-nodejs-pool",
"version": "2.6.0",
"license": "GPL-2.0",
"Original author": "SuperBlockchain Pool",
"Maintained by": "SuperBlockchain Pool",
"repository": {
"type": "git",
"url": "https://github.com/SuperBlockchain-Pool/cryptonote-nodejs-pool.git"
},
"dependencies": {
"async": "^3.2.0",
"base58-native": "*",
"bignum": "*",
"bufferutil": "*",
"cli-color": "*",
"cryptoforknote-util": "git+https://github.com/SuperBlockchain-Pool/node-cryptoforknote-util.git#nd20",
"cryptonight-hashing": "git+https://github.com/SuperBlockchain-Pool/node-cryptonight-hashing.git#nd20",
"multi-hashing": "git+https://github.com/SuperBlockchain-Pool/node-multi-hashing.git#nd18",
"evox-util": "git+https://github.com/SuperBlockchain-Pool/evox-node-util.git",
"infinium-util": "git+https://github.com/Infinium-8-Developers/infinium-node-util.git#nd18",
"nirmata-util": "git+https://github.com/SuperBlockchain-Pool/NirmataNodeUtil.git",
"zano-util": "git+https://github.com/SuperBlockchainPool/zano-node-util.git",
"multi-hashing-dogemone": "git+https://github.com/SuperBlockchain-Pool/multi-hashing#yespower-blake256",
"dateformat": "5.0.3",
"discord.js": "^14.16.2",
"domexception": "*",
"mailgun.js": "*",
"node-telegram-bot-api": "*",
"nodemailer": "*",
"nodemailer-sendmail-transport": "*",
"nodemon": "^3.0.0",
"redis": "4.7.0",
"socket.io": "4.8.0",
"time-ago": "*",
"utf-8-validate": "*"
},
"engines": {
"node": ">=14.0.0"
}
}