-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1008 Bytes
/
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
{
"name": "landchain",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon app.js"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@mapbox/mapbox-sdk": "^0.16.0",
"@reclaimprotocol/js-sdk": "^1.3.11",
"@reclaimprotocol/reclaim-sdk": "^6.0.0",
"@walletconnect/web3-provider": "^1.8.0",
"alchemy-sdk": "^3.3.1",
"axios": "^1.7.2",
"connect-flash": "^0.1.1",
"connectkit": "^1.8.2",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"ejs-mate": "^4.0.0",
"engine": "^1.0.0",
"ethers": "^6.13.1",
"express": "^4.19.2",
"gun": "^0.2020.1240",
"method-override": "^3.0.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.14",
"nodemon": "^3.1.0",
"path": "^0.12.7",
"twilio": "^5.2.2",
"view-engine": "^1.1.1",
"wagmi": "^2.10.9",
"web3": "^4.10.0",
"web3modal": "^1.9.12"
}
}