-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
48 lines (48 loc) · 1.67 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": "torque_contracts_ts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prettier": "prettier --write 'contracts/TorqueProtocol/**/*.sol'",
"lint": "prettier --list-different 'contracts/TorqueProtocol/**/*.sol'"
},
"author": "",
"license": "ISC",
"dependencies": {
"@chainlink/contracts": "^0.8.0",
"@layerzerolabs/oft-evm": "^0.0.11",
"@layerzerolabs/solidity-examples": "^1.1.0",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@openzeppelin/contracts": "^4.8.2",
"@openzeppelin/contracts-upgradeable": "^4.9.5",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
"@types/chai": "^4.2.0",
"@types/mocha": ">=9.1.0",
"@uniswap/v3-core": "https://github.com/Uniswap/v3-core.git",
"@uniswap/v3-periphery": "https://github.com/Uniswap/v3-periphery.git",
"chai": "^4.3.7",
"dotenv": "^16.0.3",
"ethers": "^5.0.5",
"hardhat": "^2.19.4",
"hardhat-gas-reporter": "^1.0.8",
"solhint": "^3.4.1",
"solidity-coverage": "^0.8.1",
"typechain": "^8.1.0"
},
"devDependencies": {
"@ethersproject/abstract-provider": "^5.7.0",
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"@nomiclabs/hardhat-ethers": "^2.2.2",
"@openzeppelin/hardhat-upgrades": "^1.22.1",
"prettier": "^2.8.4",
"prettier-plugin-solidity": "^1.1.3",
"ts-node": "^10.9.1",
"typescript": "^5.0.3"
}
}