mirror of
https://github.com/selfxyz/self.git
synced 2026-01-24 14:08:07 -05:00
14 lines
279 B
JSON
14 lines
279 B
JSON
{
|
|
"name": "hardhat-project",
|
|
"devDependencies": {
|
|
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
|
|
"hardhat": "^2.17.0",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"dependencies": {
|
|
"@openzeppelin/contracts": "^4.9.2",
|
|
"dotenv": "^16.3.1"
|
|
}
|
|
}
|