eazyminer
Version:
Easy to use npm NodeJS Monero Miner with C++, uses XMRIG for highspeed hashing.
18 lines (17 loc) • 347 B
JSON
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./src/index.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/body-parser": "^1.19.6",
"@types/cli-table": "^0.3.4",
"@types/express": "^5.0.3",
"@types/node-os-utils": "^1.3.4"
}
}