-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.65 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.65 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "@traderjoe-xyz/core",
"version": "2.4.6",
"license": "MIT",
"types": "./types/index.ts",
"description": "Core contracts for the Trader Joe protocol",
"files": [
"abi",
"artifacts",
"contracts",
"deployments",
"exports",
"types"
],
"author": "",
"repository": {
"type": "git",
"url": "git+https://github.com/traderjoe-xyz/joe-core.git"
},
"bugs": {
"url": "https://github.com/traderjoe-xyz/joe-core/issues"
},
"homepage": "https://github.com/traderjoe-xyz/joe-core#readme",
"keywords": [
"traderjoe-xyz",
"avalanche"
],
"scripts": {
"build": "hardhat compile"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^1.0.5",
"@nomicfoundation/hardhat-verify": "^1.0.3",
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^3.0.0",
"@nomiclabs/hardhat-solhint": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"@openzeppelin/hardhat-upgrades": "^1.12.0",
"@tenderly/hardhat-tenderly": "^1.0.0",
"@traderjoe-xyz/sdk": "^0.4.8",
"@typechain/ethers-v5": "^5.0.0",
"@types/mocha": "^8.2.1",
"@types/node": "^14.14.31",
"abi-to-sol": "^0.6.6",
"cbor": "^5.2.0",
"chai": "^4.2.0",
"cross-env": "^7.0.0",
"dotenv": "^8.2.0",
"ethereum-waffle": "^3.2.0",
"ethers": "^5.7.2",
"hardhat": "^2.17.0",
"hardhat-abi-exporter": "2.0.8",
"hardhat-deploy": "^0.10.5",
"hardhat-deploy-ethers": "^0.3.0-beta.7",
"hardhat-gas-reporter": "^1.0.0",
"hardhat-preprocessor": "^0.1.0",
"hardhat-spdx-license-identifier": "^2.0.0",
"hardhat-typechain": "^0.3.5",
"hardhat-watcher": "^2.0.0",
"prettier": "^2.3.1",
"prettier-plugin-solidity": "^1.0.0-beta.13",
"solhint": "^3.3.6",
"solhint-plugin-prettier": "^0.0.5",
"solidity-coverage": "^0.7.18",
"ts-generator": "^0.1.1",
"ts-node": "^9.1.1",
"typechain": "^4.0.2",
"typescript": "^4.2.2"
},
"dependencies": {
"@api3/airnode-protocol-v1": "^3.4.0",
"@arbitrum/nitro-contracts": "1.1.1",
"@arbitrum/token-bridge-contracts": "1.1.2",
"@chainlink/contracts": "^1.2.0",
"@eth-optimism/contracts": "^0.6.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.7",
"@openzeppelin/contracts": "^4.7.3",
"@openzeppelin/contracts-upgradeable": "^4.8.0-rc.1",
"@pythnetwork/entropy-sdk-solidity": "^1.5.0",
"@scroll-tech/contracts": "0.1.0",
"@uniswap/v3-periphery": "^1.4.3",
"@zksync/contracts": "git+https://github.com/matter-labs/era-contracts.git#446d391d34bdb48255d5f8fef8a8248925fc98b9",
"forge-std": "^1.1.2",
"semver": "^7.6.3",
"ws": "^8.11.0"
}
}