eazyminer
Version:
Easy to use npm NodeJS Monero Miner with C++, uses XMRIG for highspeed hashing.
23 lines (22 loc) • 490 B
JSON
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"cli-table": "^0.3.9",
"deepmerge": "^4.2.2",
"express": "^4.17.1",
"node-json-db": "^1.4.1",
"node-os-utils": "^1.3.5",
"stratum-client": "^1.1.0",
"winston": "^3.3.3"
}
}