-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.44 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.44 KB
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
{
"name": "paygrid-protocol",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "commonjs",
"scripts": {
"test": "npx hardhat test",
"compile": "npx hardhat compile"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.8",
"@nomicfoundation/hardhat-network-helpers": "^1.0.12",
"@nomicfoundation/hardhat-verify": "^2.0.11",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"chai": "^4.3.4",
"chai-as-promised": "^8.0.0",
"dotenv": "^16.4.5",
"ethereum-waffle": "^4.0.10",
"ethers": "^6.13.4",
"hardhat": "^2.22.15",
"hardhat-deploy": "^0.12.4",
"hardhat-gas-reporter": "^2.2.1",
"install": "^0.13.0",
"npm": "^10.9.0",
"solidity-coverage": "^0.8.13"
},
"dependencies": {
"@metamask/eth-sig-util": "^8.0.0",
"@openzeppelin/contracts": "^5.1.0",
"@openzeppelin/contracts-upgradeable": "^5.0.2",
"@openzeppelin/defender-relay-client": "^1.54.6",
"@openzeppelin/defender-sdk": "^1.15.2",
"@openzeppelin/hardhat-upgrades": "^3.4.0",
"@openzeppelin/test-helpers": "^0.5.16",
"@openzeppelin/upgrades": "^2.8.0",
"@rari-capital/solmate": "^6.4.0",
"@uniswap/permit2-sdk": "^1.3.0",
"@wagmi/core": "^2.14.1",
"ethereumjs-util": "^7.1.5",
"viem": "^2.21.35",
"web3": "^4.2.2"
}
}