mirror of
https://github.com/obsidian-desci/Obsidian-Desci.git
synced 2026-07-22 08:50:32 +00:00
10 lines
184 B
JSON
10 lines
184 B
JSON
{
|
|
"name": "hardhat-project",
|
|
"devDependencies": {
|
|
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
|
|
"hardhat": "^2.17.2"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^16.3.1"
|
|
}
|
|
}
|