-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
108 lines (54 loc) · 1.42 KB
/
package.json
File metadata and controls
108 lines (54 loc) · 1.42 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"dependencies": {
"@reown/appkit": "^1.6.2",
"@reown/appkit-adapter-wagmi": "^1.6.2",
"@reown/appkit-siwe": "^1.6.2",
"@reown/walletkit": "^1.1.2",
"@stardust-collective/dag4": "^2.2.2",
"@walletconnect/client": "^1.8.0",
"@walletconnect/core": "^2.17.3",
"@walletconnect/node": "^1.0.0",
"@walletconnect/sign-client": "^2.18.0",
"@walletconnect/utils": "^2.17.3",
"axios": "^1.7.9",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"dag4": "file:./dag4",
"dotenv": "^16.4.7",
"ethers": "^6.13.4",
"express": "^4.21.2",
"express-session": "^1.18.1",
"helmet": "^8.0.0",
"isomorphic-ws": "file:./isomorphic-ws",
"joi": "^17.13.3",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.11.0",
"mongoose": "^8.9.0",
"patch-package": "^8.0.0",
"qrcode": "^1.5.4",
"siwe": "^2.3.2",
"uuid": "^11.0.3",
"viem": "^2.21.57",
"wagmi": "^2.14.6",
"walletconnect": "^1.7.8",
"web3": "^4.16.0"
},
"type": "module",
"resolutions": {
"uuid": "11.0.3",
"ws": "8.18.0",
"tough-cookie": "4.1.3"
},
"name": "HVM",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node ./api/auth/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}