mirror of
https://github.com/xmrig/xmrig.git
synced 2024-11-05 16:07:42 +00:00
23 lines
501 B
JSON
23 lines
501 B
JSON
{
|
|
"name": "xmrig",
|
|
"version": "3.0.0",
|
|
"description": "RandomX, CryptoNight and Argon2 miner",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"doc": "doc"
|
|
},
|
|
"scripts": {
|
|
"build": "node scripts/generate_cl.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/xmrig/xmrig.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "GPLv3",
|
|
"bugs": {
|
|
"url": "https://github.com/xmrig/xmrig/issues"
|
|
},
|
|
"homepage": "https://github.com/xmrig/xmrig#readme"
|
|
}
|