-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.57 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
{
"name": "gitcoin-attestation-service",
"version": "0.0.1",
"description": " schema resolver that facilitates attestation resolution for the Gitcoin Attestation Network.",
"scripts": {
"compile": "hardhat compile",
"prettier": "prettier --write --plugin=prettier-plugin-solidity 'contracts/**/*.sol'",
"deployResolver": "hardhat deployResolver",
"test": "hardhat test"
},
"license": "AGPL-3.0-only",
"dependencies": {
"@ethereum-attestation-service/eas-contracts": "^1.7.1",
"@ethereum-attestation-service/eas-sdk": "^2.6.0",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.6",
"@nomicfoundation/hardhat-ethers": "^3.0.8",
"@nomicfoundation/hardhat-ignition": "^0.15.4",
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.4",
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.7",
"@nomicfoundation/ignition-core": "^0.15.4",
"@openzeppelin/contracts": "^5.0.2",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.12",
"chai": "^4.4.1",
"ethers": "^6.12.1",
"hardhat": "^2.22.5",
"hardhat-artifactor": "^0.2.0",
"hardhat-gas-reporter": "^1.0.10",
"solady": "^0.0.110",
"solidity-coverage": "^0.8.12",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5.4.5"
},
"devDependencies": {
"dotenv": "^16.4.5",
"prettier": "^3.3.3",
"prettier-plugin-solidity": "^1.4.1"
}
}