-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.33 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
{
"name": "dpki",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@ethersproject/logger": "^5.5.0",
"@ethersproject/providers": "^5.5.2",
"@ethersproject/signing-key": "^5.7.0",
"@peculiar/webcrypto": "^1.4.6",
"@truffle/hdwallet-provider": "^2.1.15",
"alchemy-sdk": "^3.2.1",
"base64url": "^3.0.1",
"bip39": "^3.0.4",
"credential-status": "^1.2.2",
"crypto": "^1.0.1",
"did-jwt": "^5.12.2",
"did-jwt-vc": "^2.1.8",
"did-resolver": "^3.1.5",
"eol": "^0.9.1",
"eth-crypto": "^2.6.0",
"ethereumjs-wallet": "^0.6.5",
"ethers": "^5.5.3",
"ethjs-provider-http": "^0.1.6",
"forge": "^2.3.0",
"ganache": "^7.9.2",
"hdkey": "2.1.0",
"hexoid": "^1.0.0",
"js-sha256": "^0.11.0",
"md5": "^2.3.0",
"noble-ed25519": "^1.2.6",
"node-forge": "^1.3.1",
"node-rsa": "^1.1.1",
"perf_hooks": "0.0.1",
"secp256k1": "^5.0.0",
"sha3": "^2.1.4",
"sqlite3": "^5.1.7",
"truffle-hdwallet-provider": "0.0.3",
"tweetnacl": "^1.0.3",
"web3": "^1.6.1",
"web3-providers-http": "^1.9.0"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.12.7"
}
}