forked from monerium/smart-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1017 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
30
31
32
33
34
35
{
"version": "1.1.1",
"license": "Apache-2.0",
"scripts": {
"verify-files": "bash scripts/verify-files.sh"
},
"dependencies": {
"@chainsafe/truffle-plugin-abigen": "^0.0.2",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/keccak256": "^5.7.0",
"@ethersproject/signing-key": "^5.7.0",
"@ethersproject/solidity": "^5.7.0",
"@ethersproject/strings": "^5.7.0",
"@openzeppelin/contracts": "^4.4.2",
"@truffle/hdwallet-provider": "^2.1.1",
"ethers": "^6.7.1",
"evm-bn": "^1.1.2",
"evm-fp": "^1.2.0",
"keythereum": "^2.0.0",
"web3": "^1.8.1"
},
"devDependencies": {
"@smartdec/smartcheck": "^2.0.1",
"eth-gas-reporter": "^0.2.24",
"ganache-cli": "6.12.2",
"prettier": "^2.8.7",
"prettier-plugin-solidity": "^1.1.3",
"solidity-coverage": "^0.7.20",
"truffle": "^5.5.5",
"truffle-assertions": "^0.9.2",
"truffle-flattener": "^1.6.0",
"truffle-plugin-verify": "^0.6.1"
}
}