-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 1.07 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
{
"name": "puttyfi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy-opkovan": "hardhat deploy --network optimisticKovan --export optimistic-kovan-contracts.json --tags putty",
"deploy-kovan": "hardhat deploy --network kovan --export kovan-contracts.json --tags putty",
"lint": "solhint ./contracts/*.sol"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "npm:[email protected]",
"@nomiclabs/hardhat-waffle": "^2.0.2",
"chai": "^4.3.6",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.3",
"hardhat": "^2.8.3",
"hardhat-deploy": "^0.10.1",
"prettier": "^2.5.1",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"solhint": "^3.3.7",
"solidity-coverage": "^0.7.20"
},
"dependencies": {
"@openzeppelin/contracts": "^4.4.2",
"@primitivefi/hardhat-dodoc": "^0.2.3",
"dotenv": "^16.0.0",
"hardhat-contract-sizer": "^2.4.0",
"hardhat-gas-reporter": "^1.0.7"
}
}