-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.28 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.28 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
{
"name": "restakex",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"compile": "npx hardhat compile",
"test": "npx hardhat test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pooleja/RestakeX.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pooleja/RestakeX/issues"
},
"homepage": "https://github.com/pooleja/RestakeX#readme",
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"@nomicfoundation/hardhat-foundry": "^1.1.1",
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
"@nomicfoundation/hardhat-verify": "^1.1.1",
"@openzeppelin/hardhat-upgrades": "^2.2.1",
"@types/readline-sync": "^1.4.8",
"ethers": "^6.7.1",
"hardhat": "^2.22.16",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-deploy": "^0.14.0",
"prettier": "^3.2.5",
"prettier-plugin-solidity": "^1.3.1"
},
"dependencies": {
"@chainlink/contracts": "^0.7.1",
"@chainlink/contracts-ccip": "^1.2.1",
"@hyperlane-xyz/core": "^5.6.1",
"@openzeppelin/contracts": "^4.9.3s",
"@openzeppelin/contracts-upgradeable": "^4.9.3",
"forge-std": "^1.1.2",
"readline-sync": "^1.4.10"
}
}