forked from qql-art/contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 876 Bytes
/
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
{
"name": "qql-contracts",
"scripts": {
"test": "hardhat test && node ./scripts/gas.js",
"lint": "npm run prettier:check",
"fix": "npm run prettier:write",
"prettier": "prettier '**/*.json' '**/*.js' '**/*.sol'",
"prettier:check": "npm run prettier -- --check",
"prettier:write": "npm run prettier -- --write"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"chai": "^4.3.6",
"dotenv": "^16.0.1",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.5",
"hardhat": "^2.10.1",
"prettier": "^2.6.2",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"solhint": "^3.3.7",
"solhint-plugin-prettier": "^0.0.5",
"solidity-coverage": "^0.7.21"
},
"dependencies": {
"@openzeppelin/contracts": "^4.6.0"
}
}