-
Notifications
You must be signed in to change notification settings - Fork 71
/
package.json
62 lines (62 loc) · 1.81 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "dsa-contracts",
"version": "1.0.0",
"description": "",
"directories": {
"test": "test"
},
"scripts": {
"test": "hardhat test",
"coverage": "hardhat coverage --solcoverjs .solcover.ts --testfiles 'test/**.test.ts'",
"compile": "hardhat compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/InstaDApp/smart-account.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/InstaDApp/smart-account/issues"
},
"homepage": "https://github.com/InstaDApp/smart-account#readme",
"dependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "^3.4.1-solc-0.7",
"@openzeppelin/upgrades": "^2.8.0",
"@typechain/ethers-v5": "^8.0.5",
"@typechain/hardhat": "^3.1.0",
"dotenv": "^7.0.0",
"ethereum-waffle": "^3.2.1",
"ethereumjs-abi": "^0.6.8",
"ethers": "^5.0.26",
"hardhat": "^2.6.3",
"hardhat-deploy": "^0.9.1",
"hardhat-deploy-ethers": "^0.3.0-beta.10",
"replace-in-file": "^5.0.2",
"solc": "^0.6.12",
"typechain": "^6.0.5",
"web3-abi-helper": "^4.1.0"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/hardhat-upgrades": "^1.6.0",
"@openzeppelin/test-helpers": "^0.5.10",
"@tenderly/hardhat-tenderly": "^1.1.0-beta.4",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.12",
"chai": "^4.3.4",
"ethereum-waffle": "^3.2.1",
"ethers": "^5.0.26",
"hardhat": "^2.0.8",
"hardhat-gas-reporter": "^1.0.8",
"solidity-coverage": "^0.7.21",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
}
}