-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
75 lines (75 loc) · 1.77 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "multiple-wallet",
"version": "1.0.0",
"description": "",
"private": true,
"dependencies": {
"bigi": "^1.4.2",
"bip32": "^1.0.2",
"bip39": "^2.5.0",
"bitcoinjs-lib": "^4.0.2",
"bluebird": "^3.5.2",
"bs58check": "^2.1.2",
"coinstring": "^2.3.0",
"ecurve": "^1.0.6",
"egg": "^2.2.1",
"egg-scripts": "^2.5.0",
"eip55": "^1.0.3",
"ethereumjs-util": "^5.2.0",
"hdkey": "^1.1.0",
"pushdata-bitcoin": "^1.0.1",
"randombytes": "^2.0.6",
"scrypt-js": "^2.0.3",
"secp256k1": "^3.5.2",
"sjcl": "^1.0.7",
"typeforce": "^1.11.3",
"varuint-bitcoin": "^1.0.4",
"wif": "^2.0.1"
},
"devDependencies": {
"autod": "^3.0.1",
"autod-egg": "^1.0.0",
"bip39": "^2.3.0",
"bip65": "^1.0.1",
"bip68": "^1.0.3",
"bn.js": "^4.11.8",
"bs58": "^4.0.1",
"dhttp": "^2.5.0",
"egg-bin": "^4.3.5",
"egg-ci": "^1.8.0",
"egg-mock": "^3.14.0",
"eslint": "^4.11.0",
"eslint-config-egg": "^6.0.0",
"hoodwink": "^1.0.0",
"minimaldata": "^1.0.2",
"mocha": "^5.2.0",
"nyc": "^11.8.0",
"proxyquire": "^2.0.1",
"standard": "^11.0.1",
"webstorm-disable-index": "^1.2.0"
},
"engines": {
"node": ">=8.9.0"
},
"scripts": {
"start": "egg-scripts start --daemon --title=egg-server-multiple-wallet",
"stop": "egg-scripts stop --title=egg-server-multiple-wallet",
"dev": "egg-bin dev",
"debug": "egg-bin debug",
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "npm run lint && npm run cov",
"autod": "autod"
},
"ci": {
"version": "8"
},
"repository": {
"type": "git",
"url": ""
},
"author": "xbc",
"license": "MIT"
}