21 lines
454 B
JSON
21 lines
454 B
JSON
|
{
|
||
|
"name": "base-10grans",
|
||
|
"version": "0.0.1",
|
||
|
"description": "10Grans on Base blockchain.",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"solidity"
|
||
|
],
|
||
|
"author": "moon.eth",
|
||
|
"license": "MIT",
|
||
|
"devDependencies": {
|
||
|
"@nomicfoundation/hardhat-toolbox-viem": "^3.0.0",
|
||
|
"@openzeppelin/contracts": "^5.2.0",
|
||
|
"dotenv": "^16.4.7",
|
||
|
"hardhat": "^2.22.18"
|
||
|
}
|
||
|
}
|