base-10grans/package.json

21 lines
454 B
JSON
Raw Normal View History

2025-01-17 03:13:50 +00:00
{
"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"
}
}