-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.02 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.02 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
{
"name": "conjure_contracts",
"version": "1.0.0",
"description": "",
"main": "hardhat.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"coverage": "npx hardhat coverage --solcoverjs ./.solcover.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"chai": "^4.2.0",
"ethereum-waffle": "^3.2.1",
"ethers": "^5.0.26",
"hardhat": "^2.0.8",
"coveralls": "^3.1.0",
"solidity-coverage": "^0.7.16"
},
"dependencies": {
"@chainlink/contracts": "^0.0.12",
"@ethersproject/abi": "^5.0.12",
"@nomiclabs/hardhat-etherscan": "^2.1.1",
"@openzeppelin/contracts": "^3.4.0",
"@openzeppelin/contracts-v5": "npm:@openzeppelin/contracts@^5.6.1",
"@poanet/solidity-flattener": "^3.0.6",
"dotenv": "^8.2.0",
"hardhat-contract-sizer": "^2.0.2",
"openzeppelin-solidity": "^2.3.0",
"openzeppelin-solidity-2.3.0": "npm:openzeppelin-solidity@2.3.0"
}
}