22 lines
513 B
JSON
22 lines
513 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-network-helpers": "^1.0.12",
|
|
"@nomicfoundation/hardhat-toolbox-viem": "^3.0.0",
|
|
"@openzeppelin/contracts": "^5.2.0",
|
|
"dotenv": "^16.4.7",
|
|
"hardhat": "^2.22.18"
|
|
}
|
|
}
|