-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 1.41 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": "dlc-link-eth",
"version": "3.2.2",
"main": "scripts/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "npx hardhat test",
"coverage": "hardhat coverage",
"analyze": "slither . --filter-paths 'node_modules|contracts/mocks'",
"prepare": "husky"
},
"bin": "scripts/index.js",
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@chainlink/contracts": "^1.1.1",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
"@nomicfoundation/hardhat-network-helpers": "^1.0.11",
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"@nomiclabs/hardhat-solhint": "^3.1.0",
"@openzeppelin/contracts": "^4.9.6",
"@openzeppelin/hardhat-upgrades": "^1.28.0",
"@safe-global/api-kit": "^1.3.1",
"@safe-global/protocol-kit": "^1.3.0",
"@safe-global/safe-core-sdk-types": "^2.3.0",
"chalk": "^4.1.2",
"commander": "^12.1.0",
"dotenv": "^16.4.5",
"hardhat": "^2.22.5",
"husky": "^9.0.11",
"mime-types": "^2.1.35",
"prettier": "^3.3.2",
"prettier-plugin-solidity": "^1.3.1",
"prompts": "^2.4.2",
"solhint": "^5.0.1",
"solhint-community": "^4.0.0",
"solhint-plugin-prettier": "^0.1.0",
"solidity-docgen": "^0.6.0-beta.36",
"solmate": "^6.2.0"
}
}