mirror of
https://github.com/selfxyz/self.git
synced 2026-01-22 21:17:59 -05:00
18 lines
400 B
JSON
18 lines
400 B
JSON
{
|
|
"name": "hardhat-project",
|
|
"devDependencies": {
|
|
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
|
|
"@types/snarkjs": "^0.7.7",
|
|
"hardhat": "^2.17.0",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"dependencies": {
|
|
"@openzeppelin/contracts": "^4.9.2",
|
|
"axios": "^1.6.2",
|
|
"dotenv": "^16.3.1",
|
|
"hardhat-contract-sizer": "^2.10.0",
|
|
"snarkjs": "^0.7.2"
|
|
}
|
|
}
|