-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.46 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": "zapit-p2p",
"version": "0.1.0",
"description": "BODL contracts, Liquid the Illiquid",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prettier": "prettier --write contracts/**/*.sol",
"coverage": "./node_modules/.bin/solidity-coverage",
"slither": "slither ."
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.6",
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
"@nomicfoundation/hardhat-verify": "^1.1.1",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/hardhat-upgrades": "^2.5.1",
"@typechain/ethers-v6": "^0.4.3",
"@typechain/hardhat": "^8.0.3",
"@types/chai": "^4.3.14",
"@types/mocha": "^10.0.6",
"chai": "^4.3.4",
"dotenv": "^8.6.0",
"ethereum-waffle": "^3.4.0",
"hardhat": "^2.18.1",
"hardhat-gas-reporter": "^1.0.9",
"hardhat-verify": "^1.0.0",
"prettier": "^2.3.2",
"prettier-plugin-solidity": "^1.0.0-beta.13",
"solidity-coverage": "^0.7.21",
"standard": "^16.0.3",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5.4.5",
"web3": "^1.7.3"
},
"dependencies": {
"@openzeppelin/contracts": "^4.6.0",
"@truffle/hdwallet-provider": "^2.0.8",
"ethers": "^6.0.0"
}
}