-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.07 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
{
"name": "kyc",
"version": "1.0.0",
"description": "know your customer",
"main": "deploy.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"blockchain",
"kyc"
],
"author": "Abdalrhman Mostafa, Ahmed Hesham",
"license": "MIT",
"devDependencies": {
"@chainlink/contracts": "^0.7.1",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.7",
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@^0.4.1",
"@openzeppelin/contracts": "^5.0.0",
"@openzeppelin/hardhat-upgrades": "^2.3.3",
"ethers": "^6.7.1",
"hardhat": "^2.22.5",
"solc": "^0.8.21",
"thirdweb": "^0.13.7"
},
"dependencies": {
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"chai": "^4.3.10",
"dotenv": "^16.3.1",
"ethereum-waffle": "^4.0.10",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-deploy": "^0.11.37",
"hardhat-gas-reporter": "^1.0.9",
"solhint": "^3.6.2",
"solidity-coverage": "^0.8.5"
}
}