-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
31 lines (31 loc) · 1.06 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
{
"name": "skypool-nimiq-miner",
"version": "1.3.3",
"description": "Skypool nimiq miner client, self-designed directly pool mining protocol",
"main": "index.js",
"scripts": {
"pkg_mac_x64": "pkg . -t latest-macos-x64 -o skypool-node-client-mac-x64",
"pkg_win_x64": "pkg . -t latest-win-x64 -o skypool-node-client-win-x64",
"pkg_win_x86": "pkg . -t latest-win-x86 -o skypool-node-client-win-x86",
"pkg_linux_x64": "pkg . -t latest-linux-x64 -o skypool-node-client-linux-x64",
"pkg_linux_x86": "pkg . -t latest-linux-x86 -o skypool-node-client-linux-x86"
},
"bin": "./index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/skypool-org/skypool-nimiq-miner.git"
},
"author": "Azard",
"license": "Apache 2.0",
"dependencies": {
"@nimiq/core": "^1.3.1",
"atob": "^2.1.1",
"ip": "^1.1.5",
"minimist": "^1.2.0",
"websocket": "^1.0.26"
},
"bugs": {
"url": "https://github.com/skypool-org/skypool-nimiq-miner/issues"
},
"homepage": "https://github.com/skypool-org/skypool-nimiq-miner#readme"
}