-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.12 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.12 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
{
"name": "metaflash",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "patch-package"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@boringcrypto/boring-solidity": "boringcrypto/BoringSolidity#8f2b54f645a7844ae266cc50dc3ae4c125c7b9fc",
"@nomicfoundation/hardhat-network-helpers": "^1.0.6",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "^3.3.0",
"@openzeppelin/contracts-upgradeable": "^3.4.1",
"@openzeppelin/hardhat-upgrades": "^1.8.2",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"erc3156": "^0.4.8",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.1.4",
"hardhat": "2.10.2",
"hardhat-abi-exporter": "^2.2.1",
"hardhat-deploy": "^0.11.14",
"hardhat-deploy-ethers": "*",
"hardhat-gas-reporter": "^1.0.8",
"patch-package": "^6.4.7",
"sleep-promise": "^9.1.0",
"solidity-coverage": "^0.7.16"
}
}