-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
47 lines (47 loc) · 1.13 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "mminer",
"version": "1.0.3",
"description": "Maze SLP Token",
"main": "./src/miner.js",
"scripts": {
"start": "tsc && node ./src/miner.js",
"tsc": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mazetoken/mminer.git"
},
"keywords": [
"bitcoin cash",
"bch",
"simpleledger",
"slp",
"maze token"
],
"author": "Satoshi Nakamoto, Kasumi, update by B_S_Z",
"license": "MIT",
"dependencies": {
"bitbox-sdk": "^8.11.2",
"bitcore-lib-cash": "^9.0.0",
"child_process": "^1.0.2",
"dotenv": "^10.0.0",
"grpc-bchrpc-node": "^0.11.5",
"grpc-graphsearch-node": "^0.2.1",
"patch-package": "^6.4.7",
"protons": "^2.0.1",
"slp-validate": "^1.2.3",
"slpjs": "^0.27.11",
"synchronized-promise": "^0.3.1"
},
"devDependencies": {
"@spedn/sdk": "^3.1.1",
"bchaddrjs-slp": "^0.2.14",
"bitcoin-rpc-promise-retry": "^1.3.0",
"bitcoincashjs-lib-p2sh": "^4.0.2",
"source-map-support": "^0.5.19",
"ts-node": "^10.0.0",
"typescript": "^4.3.3",
"typescript-tslint-plugin": "^1.0.1",
"varint": "^6.0.0"
}
}