-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 1.01 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
{
"name": "nft-resolver",
"version": "1.0.0",
"description": "NFT Resolver to resolve names based on NFT ownership on Linea",
"scripts": {
"test": "npx hardhat test",
"clean": "npx hardhat clean",
"compile": "npx hardhat compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Consensys/nft-resolver.git"
},
"author": "Consensys",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Consensys/nft-resolver/issues"
},
"homepage": "https://github.com/Consensys/nft-resolver#readme",
"devDependencies": {
"@chainlink/ccip-read-server": "^0.2.1",
"@consensys/linea-ccip-gateway": "^1.0.1",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.9",
"dns-packet": "^5.6.1",
"dotenv": "^16.4.5",
"hardhat": "^2.22.9",
"supertest": "^7.0.0"
},
"dependencies": {
"@consensys/linea-state-verifier": "^1.0.1",
"@ensdomains/ens-contracts": "^1.2.2",
"@openzeppelin/contracts": "^4.1.0"
}
}