-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 828 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 828 Bytes
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
{
"name": "@authenticid-labs/real-id-checker",
"version": "0.0.3",
"description": "Real ID solidity integration contracts",
"files": [
"/contracts/**/*.sol",
"/artifacts/contracts/**/*.json"
],
"repository": {
"type": "git",
"url": "https://github.com/AuthenticID-Labs/real-id-checker"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.2",
"hardhat": "^2.8.0"
},
"dependencies": {
"@authenticid-labs/realid-registrar": "^0.0.1",
"@ensdomains/ens-contracts": "0.0.8",
"@openzeppelin/contracts": "^4.4.1"
}
}