-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
68 lines (68 loc) · 2.17 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@broxus/octusbridge-contracts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"free-ton-docs": "cd everscale && locklift gendoc --config locklift.config.js --include '^Bridge|^TonEvent|^EthereumEvent'"
},
"author": "broxus",
"license": "ISC",
"dependencies": {
"@broxus/contracts": "^1.1.1",
"@openzeppelin/contracts": "^5.0.0",
"@openzeppelin/contracts-upgradeable": "^5.0.0",
"@primitivefi/hardhat-dodoc": "^0.2.3",
"@studydefi/money-legos": "^2.4.2",
"bignumber.js": "^9.0.1",
"chai": "^4.3.0",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^3.0.0",
"commander": "^8.0.0",
"cross-fetch": "^3.1.5",
"directory-tree": "^2.2.5",
"dotenv": "^8.2.0",
"eth-sig-util": "^2.5.4",
"ethereumjs-util": "^7.1.1",
"folder-hash": "^4.0.1",
"ganache-cli": "^6.12.1",
"hardhat": "^2.9.2",
"hardhat-abi-exporter": "^2.2.1",
"hardhat-contract-sizer": "^2.6.1",
"hardhat-deploy": "^0.11.16",
"hardhat-deploy-ethers": "^0.3.0-beta.10",
"hardhat-diamond-abi": "^3.0.1",
"hardhat-docgen": "^1.1.1",
"hardhat-gas-reporter": "^1.0.4",
"locklift-verifier": "^1.0.4",
"minimist": "^1.2.5",
"mocha": "8.4.0",
"mocha-logger": "^1.0.7",
"ora": "^3.4.0",
"prompts": "^2.4.1",
"simple-node-logger": "^18.12.24",
"solidity-docgen": "^0.5.7",
"ton-eth-bridge-token-contracts": "https://github.com/broxus/ton-eth-bridge-token-contracts#480c1b4481d1dddb028b408b20ba8c19abd1a4a4",
"underscore": "^1.12.0"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.1",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@nomiclabs/hardhat-waffle": "^2.0.5",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@types/chai": "^4.3.3",
"@types/mocha": "^10.0.0",
"@types/node": "^18.11.9",
"chai": "^4.3.6",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.7.2",
"everscale-standalone-client": "^2.1.1",
"hardhat-dependency-compiler": "^1.1.3",
"locklift": "^2.8.3",
"prettier": "^2.7.1",
"ts-mocha": "^10.0.0",
"typescript": "^4.7.4",
"web3": "^1.9.0"
}
}