-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.58 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
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
{
"name": "@nodeset/contracts",
"version": "0.0.7-alpha",
"description": "Protocol for accessing NodeSet's Constellation Ethereum staking network",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint:sol": "prettier --write 'contracts/**/*.sol'",
"codegen": "wagmi generate",
"hardhat": "hardhat",
"prepublish": "npm run codegen"
},
"keywords": [
"nodeset",
"node operator",
"ethereum",
"staking",
"stake",
"rocket pool"
],
"publishConfig": {
"access": "restricted"
},
"author": "Theodore Clapp (mryamz), Mike Leach (Wander) <[email protected]>",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.20.2",
"@babel/register": "^7.18.9",
"@babel/runtime": "^7.20.1",
"@chainsafe/bls-keygen": "^0.4.0",
"@chainsafe/lodestar-types": "^0.5.0",
"@chainsafe/ssz": "^0.6.1",
"@noble/curves": "^1.4.2",
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"@nomiclabs/hardhat-truffle5": "^2.0.7",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "^4.9.6",
"@openzeppelin/contracts-upgradeable": "^4.8.0",
"@openzeppelin/defender-sdk": "^1.14.4",
"@openzeppelin/hardhat-upgrades": "^1.22.0",
"@openzeppelin/upgrades": "^2.8.0",
"@types/find-config": "^1.0.2",
"@types/seedrandom": "^3.0.5",
"@uniswap/v3-core": "^1.0.1",
"@uniswap/v3-periphery": "^1.4.3",
"@wagmi/cli": "^2.1.15",
"abdk-libraries-solidity": "^3.2.0",
"axios": "^0.21.1",
"bn-sqrt": "^1.0.0",
"chai": "^4.3.7",
"dotenv": "^16.1.1",
"eth-revert-reason": "^1.0.3",
"ethereumjs-util": "^6.2.0",
"find-config": "^1.0.0",
"glob": "^7.1.7",
"hardhat": "^2.12.7",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-gas-reporter": "^1.0.9",
"mocha": "^10.2.0",
"oz-contracts-3-4-0": "npm:@openzeppelin/contracts@^3.4.0",
"oz-contracts-340": "npm:@openzeppelin/contracts@^3.4.0",
"pako": "^1.0.6",
"prettier": "^3.1.1",
"prettier-plugin-solidity": "^1.3.1",
"query-string": "^7.0.1",
"rlp": "^3.0.0",
"seedrandom": "^3.0.5",
"solidity-docgen": "^0.6.0-beta.36",
"tsx": "^4.19.1",
"web3": "^1.2.8"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
"@nomicfoundation/hardhat-network-helpers": "^1.0.11",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-etherscan": "^3.1.8",
"@typechain/ethers-v5": "^10.2.1",
"@typechain/hardhat": "^6.1.6",
"@types/mocha": "^10.0.7",
"solidity-coverage": "^0.8.12",
"typechain": "^8.3.2"
}
}