-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.04 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
{
"name": "account-abastraction-aa-eip4337",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@account-abstraction/contracts": "^0.6.0",
"@nomicfoundation/hardhat-ethers": "^3.0.2",
"@nomiclabs/hardhat-etherscan": "^3.1.8",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@openzeppelin/contracts": "^4.2.0",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"chai": "^5.0.3",
"dotenv": "^16.4.1",
"ethereum-waffle": "^4.0.10",
"hardhat": "^2.19.5",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-deploy": "^0.11.45",
"hardhat-gas-reporter": "^1.0.10",
"solidity-coverage": "^0.8.6",
"solidity-docgen": "^0.6.0-beta.36",
"typechain": "^8.3.2"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers",
"ethers": "^6.10.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}