19 lines
376 B
JSON
19 lines
376 B
JSON
|
|
{
|
||
|
|
"name": "smartcontract",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"main": "index.js",
|
||
|
|
"scripts": {
|
||
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
|
},
|
||
|
|
"author": "",
|
||
|
|
"license": "ISC",
|
||
|
|
"description": "",
|
||
|
|
"devDependencies": {
|
||
|
|
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
|
||
|
|
"hardhat": "^2.3.3"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@openzeppelin/contracts": "^4.9.3"
|
||
|
|
}
|
||
|
|
}
|