-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
48 lines (48 loc) · 1.56 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
47
48
{
"name": "openstage-contracts",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "hardhat test",
"coverage": "hardhat coverage",
"prettier": "prettier --write --plugin=prettier-plugin-solidity --write contracts/**/*.sol contracts/*.sol",
"solhint": "./node_modules/.bin/solhint -f table contracts/*.sol"
},
"keywords": [],
"author": "OpenLeverage Dev",
"license": "ISC",
"dependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.3",
"@openzeppelin-5/contracts": "yarn:@openzeppelin/[email protected]",
"chai": "^4.3.7",
"ethers": "^6.9.0",
"hardhat-gas-reporter": "^1.0.9",
"solhint": "^3.6.2"
},
"bundleDependencies": [],
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomicfoundation/hardhat-network-helpers": "^1.0.9",
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.3",
"@nomiclabs/hardhat-solhint": "^3.0.1",
"@nomiclabs/hardhat-truffle5": "^2.0.7",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/test-helpers": "^0.5.16",
"@truffle/hdwallet-provider": "2.0.15",
"buidler-gas-reporter": "^0.1.4",
"ganache-time-traveler": "1.0.16",
"hardhat": "2.19.2",
"keccak256": "^1.0.3",
"merkletreejs": "0.3.10",
"mocha-logger": "1.0.8",
"prettier": "^3.1.1",
"prettier-plugin-solidity": "^1.2.0",
"solidity-coverage": "^0.8.5",
"truffle-plugin-stdjsonin": "github:mhrsalehi/truffle-plugin-stdjsonin"
}
}