-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathpackage.json
32 lines (32 loc) · 1.1 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
{
"name": "@omni-network/contracts",
"version": "0.2.0-alpha.7",
"license": "GPL-3.0-only",
"packageManager": "[email protected]",
"repository": "https://github.com/omni-network/omni/tree/main/contracts/core",
"files": [
"src/**/*.sol",
"test/**/*.sol",
"script/**/*.sol"
],
"scripts": {
"test": "forge test"
},
"devDependencies": {
"ds-test": "github:dapphub/ds-test",
"forge-std": "github:foundry-rs/forge-std",
"multiproof": "github:sigp/multiproof"
},
"dependencies": {
"@nomad-xyz/excessively-safe-call": "github:nomad-xyz/ExcessivelySafeCall",
"@openzeppelin-v4/contracts": "npm:@openzeppelin/[email protected]",
"@openzeppelin-v4/contracts-upgradeable": "npm:@openzeppelin/[email protected]",
"@openzeppelin/contracts": "^5.0.2",
"@openzeppelin/contracts-upgradeable": "^5.0.2",
"eigenlayer-contracts": "github:Layr-Labs/eigenlayer-contracts",
"eigenlayer-middleware": "github:Layr-Labs/eigenlayer-middleware",
"elliptic-curve-solidity": "github:witnet/elliptic-curve-solidity",
"solady": "^0.0.287",
"solmate": "^6.2.0"
}
}