-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (42 loc) · 1.42 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
{
"name": "ole-v2-contracts",
"version": "1.0.0",
"description": "",
"directories": {
"test": "test"
},
"scripts": {
"test": "truffle test",
"merge-contracts": "sol-merger --export-plugin SPDXLicenseRemovePlugin \\\"./contracts/*.sol\\\" ./build && sol-merger --export-plugin SPDXLicenseRemovePlugin \\\"contracts/mocks/*.sol\\\" ./build/test",
"prettier": "prettier --write 'contracts/**/*.sol'",
"posttest": "docker stop testrpc"
},
"author": "",
"license": "ISC",
"dependencies": {
"@openzeppelin/contracts": "4.9.3",
"@openzeppelin/test-helpers": "^0.5.15",
"@layerzerolabs/solidity-examples": "0.0.13"
},
"bundleDependencies": [],
"devDependencies": {
"@layerzerolabs/solidity-examples": "0.0.13",
"@nomicfoundation/hardhat-network-helpers": "^1.0.9",
"@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.17.1",
"hardhat-gas-reporter": "^1.0.9",
"keccak256": "^1.0.3",
"merkletreejs": "0.3.10",
"mocha-logger": "1.0.8",
"prettier": "^3.0.2",
"prettier-plugin-solidity": "^1.1.3",
"solidity-coverage": "^0.8.4",
"truffle-plugin-stdjsonin": "github:mhrsalehi/truffle-plugin-stdjsonin",
"truffle-plugin-verify": "0.5.27"
}
}