-
Notifications
You must be signed in to change notification settings - Fork 334
/
package.json
44 lines (44 loc) · 1.47 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
{
"name": "eigenlayer-contracts",
"version": "1.0.0",
"description": "<a name=\"introduction\"/></a> # EigenLayer EigenLayer (formerly 'EigenLayr') is a set of smart contracts deployed on Ethereum that enable restaking of assets to secure new services. At present, this repository contains *both* the contracts for EigenLayer *and* a set of general \"middleware\" contracts, designed to be reuseable across different applications built on top of EigenLayer.",
"main": "index.js",
"directories": {
"doc": "docs",
"lib": "lib"
},
"scripts": {
"test": "forge test -v",
"fmt:check": "forge fmt --check",
"fmt:fix": "forge fmt",
"hint": "solhint 'contracts/**/*.sol' 'script/**/*.sol'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Layr-Labs/eigenlayer-contracts.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Layr-Labs/eigenlayer-contracts/issues"
},
"homepage": "https://github.com/Layr-Labs/eigenlayer-contracts#readme",
"devDependencies": {
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@types/yargs": "^17.0.28",
"chalk": "^4.1.0",
"dotenv": "^16.3.1",
"fs": "^0.0.1-security",
"hardhat": "^2.22.4",
"hardhat-preprocessor": "^0.1.5",
"husky": "^8.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"yargs": "^17.7.2",
"solhint": "5.0.1"
},
"dependencies": {
"solidity-docgen": "^0.6.0-beta.32"
}
}