-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 853 Bytes
/
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
{
"name": "smartMazeMminer",
"version": "2.0.0",
"engines": {
"node": ">=8.9"
},
"description": "Based on 0xbitcoin-miner",
"main": "index.js",
"scripts": {
"miner": "node index.js",
"build": "node-gyp configure build",
"package": "pkg index.js",
"test": "./node_modules/mocha/bin/mocha"
},
"author": "",
"license": "MIT",
"dependencies": {
"appdata": "^1.1.0",
"cryptr": "^6.0.2",
"ethereumjs-tx": "^1.3.3",
"jayson": "^3.6.4",
"js-sha3": "^0.8.0",
"leftpad": "^0.0.1",
"mkdirp": "^1.0.4",
"nan": "^2.15.0",
"node-localstorage": "^2.2.1",
"prompt": "^1.2.0",
"web3": "^1.5.2",
"web3-eth": "^1.5.2",
"web3-utils": "^1.5.2"
},
"pkg": {
"scripts": "node_modules/scrypt/index.js",
"assets": []
},
"devDependencies": {
"mocha": "^9.1.1"
}
}