-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 983 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 983 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
33
34
35
36
{
"name": "decentralized-kyc",
"version": "1.0.0",
"private": true,
"scripts": {
"compile": "hardhat compile",
"test": "hardhat test",
"node": "hardhat node",
"deploy:local": "hardhat run scripts/deploy.js --network localhost",
"grant:issuer": "hardhat run scripts/grant-issuer.cjs --network localhost"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@openzeppelin/contracts": "^5.0.1",
"autoprefixer": "^10.4.21",
"chai": "^6.0.1",
"dotenv": "^16.6.1",
"ethereum-waffle": "^4.0.10",
"hardhat": "^2.26.3",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.13"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"axios": "^1.12.1",
"body-parser": "^2.2.0",
"canonicalize": "^2.1.0",
"crypto-js": "^4.2.0",
"ethers": "^5.8.0",
"express": "^5.1.0",
"helmet": "^8.1.0",
"morgan": "^1.10.1",
"winston": "^3.17.0"
}
}