botAgentHub / packages /contracts /package.json
anand0x's picture
feat: init hf deploy
274aa98 unverified
Raw
History Blame Contribute Delete
222 Bytes
{
"name": "@bot-agent-hub/contracts",
"version": "0.1.0",
"private": true,
"scripts": {
"test": "forge test",
"build": "forge build",
"lint": "forge fmt --check",
"coverage": "forge coverage"
}
}