-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 943 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 943 Bytes
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
{
"name": "hyperbridge-evm",
"version": "1.0.0",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "hello@polytope.technology",
"license": "ISC",
"description": "",
"dependencies": {
"@hyperbridge/core": "file:../sdk/packages/core",
"@openzeppelin/contracts": "^5.4.0",
"@polytope-labs/solidity-merkle-trees": "^0.4.0",
"@uniswap/swap-router-contracts": "^1.3.1",
"@uniswap/universal-router": "github:Uniswap/universal-router",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"@uniswap/v3-core": "^1.0.1",
"@uniswap/v3-periphery": "^1.4.4",
"@uniswap/v4-core": "github:Uniswap/v4-core",
"@uniswap/v4-periphery": "github:Uniswap/v4-periphery",
"prettier": "^3.3.3",
"prettier-plugin-solidity": "^1.3.1"
}
}