forked from harmony-one/harmony-totp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.31 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
{
"scripts": {
"store-server": "cd 2fa-store-api && node -e 'require(\"./index.js\").server()'",
"test": "yarn _mocha --timeout 0"
},
"name": "@hashmesan/smartvault",
"homepage": "https://github.com/hashmesan/harmony-totp",
"version": "0.1.4",
"license": "GPL-3.0",
"bin": {
"smartvault": "cli/smartvault.js"
},
"dependencies": {
"@harmony-js/core": "^0.1.57",
"@harmony-js/crypto": "^0.1.56",
"@openzeppelin/contracts": "^4.2.0",
"@truffle/contract": "^4.3.21",
"@truffle/hdwallet-provider": "^1.4.1",
"axios": "^0.21.1",
"bn-chai": "^1.0.1",
"bn.js": "^5.2.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"commander": "8",
"eth-ens-namehash": "^2.0.8",
"ethers": "^5.1.0",
"fast-sha256": "^1.3.0",
"ganache-core": "^2.13.2",
"jssha": "^3.2.0",
"merkletreejs": "^0.2.18",
"nanotimer": "^0.3.15",
"node-fetch": "^2.6.1",
"node-uuid": "^1.4.8",
"openzeppelin-solidity": "3.4.0",
"prompt-sync": "^4.2.0",
"qrcode-terminal": "^0.12.0",
"sha3": "^2.1.4",
"thirty-two": "^1.0.2",
"totp-generator": "0.0.9",
"truffle-assertions": "^0.9.2",
"truffle-wallet-provider": "^0.0.5",
"web3": "^1.4.0",
"web3-eth-abi": "^1.3.5",
"web3-eth-accounts": "^1.3.6",
"web3-utils": "^1.3.6"
}
}