28 lines
703 B
JSON
28 lines
703 B
JSON
{
|
|
"name": "smartcontract",
|
|
"version": "1.0.0",
|
|
"description": "This project showcases a Hardhat 3 Beta project using `mocha` for tests and the `ethers` library for Ethereum interactions.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
|
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
|
|
"@types/node": "^22.18.6",
|
|
"dotenv": "^17.2.2",
|
|
"forge-std": "github:foundry-rs/forge-std#v1.9.4",
|
|
"hardhat": "^2.26.2",
|
|
"typescript": "~5.8.0"
|
|
},
|
|
"dependencies": {
|
|
"@openzeppelin/contracts": "^5.4.0"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
}
|
|
}
|