-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 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
{
"name": "gelato-bridge",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"format": "prettier --write .",
"test": "jest",
"test:w3f": "hardhat test"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@gelatonetwork/core-sdk": "^0.4.0",
"@gelatonetwork/relay-sdk": "^5.5.6",
"@gelatonetwork/web3-functions-sdk": "^2.4.4",
"@openzeppelin/contracts": "^5.0.2",
"body-parser": "^1.20.2",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"hardhat": "^2.22.6",
"ky": "^1.4.0",
"ky-universal": "^0.12.0",
"solc": "^0.8.20"
},
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.6",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.8",
"@nomiclabs/hardhat-etherscan": "^3.1.8",
"@types/chai": "^4.3.16",
"@types/jest": "^29.5.12",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.10",
"ethers": "^6.13.1",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"ts-jest": "^29.2.2"
}
}