forked from Dexalot/contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.52 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": "dexalot-contracts",
"version": "2.2.1",
"license": "BUSL-1.1",
"description": "Smart contracts in Solidity programming language for Dexalot",
"private": true,
"engines": {
"node": "18.16.0"
},
"scripts": {
"clean-networkfiles": "rimraf .openzeppelin/unknown-*.json",
"hh-coverage": "yarn clean-networkfiles && npx hardhat clean && npx hardhat coverage",
"hh-start-clean": "yarn clean-networkfiles && npx hardhat clean && npx hardhat node",
"compile": "yarn hardhat compile",
"size": "yarn hardhat size-contracts"
},
"dependencies": {
"@chainlink/contracts": "0.5.1",
"@defi-wonderland/smock": "2.3.5",
"@ethersproject/experimental": "5.7.0",
"@nomiclabs/hardhat-ethers": "2.2.3",
"@nomiclabs/hardhat-etherscan": "3.1.7",
"@nomiclabs/hardhat-waffle": "2.0.6",
"@openzeppelin/contracts": "4.8.0",
"@openzeppelin/contracts-upgradeable": "4.8.0",
"@openzeppelin/hardhat-upgrades": "1.20.0",
"@typechain/ethers-v5": "10.2.1",
"@typechain/hardhat": "6.1.6",
"@types/chai": "4.3.5",
"@types/mocha": "10.0.1",
"@types/node": "18.11.18",
"bignumber.js": "9.1.1",
"chai": "4.3.7",
"dotenv": "16.3.1",
"ethereum-waffle": "3.4.4",
"ethers": "5.7.2",
"hardhat": "2.17.1",
"hardhat-contract-sizer": "2.10.0",
"keccak256": "1.0.6",
"merkletreejs": "0.3.10",
"neat-csv": "6.0.1",
"rimraf": "3.0.2",
"solidity-coverage": "0.8.4",
"ts-node": "10.9.1",
"typechain": "8.3.1",
"typescript": "4.9.4"
}
}