-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 800 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 800 Bytes
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
{
"dependencies": {
"@fingerprintjs/fingerprintjs": "^3.3.6",
"axios": "^1.6.8",
"bip32": "^4.0.0",
"bip39": "^3.1.0",
"bitcoinjs-lib": "^6.1.6",
"canvas": "^2.11.2",
"crypto-js": "^4.2.0",
"csv-parser": "^3.0.0",
"cycletls": "^1.0.26",
"ecpair": "^2.1.0",
"ethers": "^6.11.1",
"fast-csv": "^5.0.1",
"fetch": "^1.1.0",
"fs": "^0.0.1-security",
"https-proxy-agent": "^7.0.4",
"js-yaml": "^4.1.0",
"jsdom": "^24.0.0",
"mysql": "^2.18.1",
"node-rsa": "^1.1.1",
"prompt-sync": "^4.2.0",
"qs": "^6.12.1",
"readline": "^1.3.0",
"terser": "^5.31.0",
"tiny-secp256k1": "^2.2.3",
"uglify-js": "^3.17.4",
"uuid": "^9.0.1",
"web3": "^4.7.0",
"winston": "^3.13.0",
"workerpool": "^9.1.1"
}
}