Files
openclaw-master-skills/skills/citrea-claw-skill/package.json
T

29 lines
582 B
JSON

{
"name": "citrea-claw-skill",
"version": "0.1.0",
"description": "A CLI tool and OpenClaw skill for monitoring the Citrea Bitcoin L2 ecosystem",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node index.js balance 0x0000000000000000000000000000000000000000"
},
"keywords": [
"openclaw",
"citrea",
"bitcoin",
"cbtc",
"defi",
"arbitrage",
"web3",
"skill",
"cli"
],
"author": "apiwizard",
"license": "MIT",
"dependencies": {
"dotenv": "^17.3.1",
"viem": "^2.0.0"
}
}