-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.32 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
{
"name": "hardhat-project",
"scripts": {
"test": "forge test"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
"typechain": "^8.1.1"
},
"dependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.1",
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"@nomicfoundation/hardhat-ignition": "^0.15.0",
"@nomicfoundation/hardhat-ignition-viem": "^0.15.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.8",
"@nomicfoundation/hardhat-toolbox-viem": "^3.0.0",
"@nomicfoundation/hardhat-verify": "^1.0.0",
"@nomicfoundation/hardhat-viem": "^2.0.0",
"@nomicfoundation/ignition-core": "^0.15.0",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@openzeppelin/hardhat-upgrades": "^2.0.2",
"@pinata/sdk": "^2.1.0",
"@typechain/ethers-v6": "^0.4.0",
"@typechain/hardhat": "^8.0.0",
"@types/mocha": ">=9.1.0",
"chai": "^4.2.0",
"contractoor": "^0.1.10",
"dotenv": "^16.0.3",
"ethers": "^6.4.0",
"hardhat": "^2.17.0",
"hardhat-ethers": "^1.0.1",
"hardhat-gas-reporter": "^1.0.8",
"hardhat-tracer": "^2.6.0",
"mammoth": "^1.6.0",
"node-fetch": "^2.6.12",
"openai": "^3.3.0",
"prettier": "^2.8.3",
"solidity-coverage": "^0.8.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"viem": "^2.7.6"
}
}