forked from studiodao/juice-contracts-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.5 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
{
"name": "@jbx-protocol/contracts-v2",
"bugs": {
"url": "https://github.com/jbx-protocol/juice-contracts-v2/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/jbx-protocol/juice-contracts-v2"
},
"version": "0.0.6",
"license": "MIT",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.6",
"hardhat": "^2.6.7",
"hardhat-deploy": "^0.9.1",
"hardhat-gas-reporter": "^1.0.4",
"solidity-coverage": "https://github.com/jbx-protocol/solidity-coverage.git#0fcd2f608c0e3e00bf66ab62c7610f5ea553fba8"
},
"dependencies": {
"@chainlink/contracts": "^0.1.6",
"@nomiclabs/hardhat-etherscan": "^2.1.4",
"@openzeppelin/contracts": "^4.5.0-rc.0",
"@paulrberg/contracts": "^3.4.0",
"dotenv": "^10.0.0",
"esm": "^3.2.25",
"glob": "^7.2.0",
"hardhat-deploy-ethers": "^0.3.0-beta.10",
"prettier": "^2.4.0",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"solhint": "^3.3.6",
"solhint-plugin-prettier": "^0.0.5"
},
"scripts": {
"chain": "hardhat node",
"account": "hardhat account",
"test": "mocha './test/**/*.test.js' -r esm --bail",
"coverage": "node --require esm ./node_modules/.bin/hardhat coverage --network hardhat",
"clean": "rimraf ./cache && rimraf ./artifacts",
"compile": "yarn clean && hardhat compile",
"pretty": "prettier --write \"./**/*.{js,jsx,json,sol}\""
}
}