mirror of
https://github.com/LeoYeAI/openclaw-master-skills.git
synced 2026-07-27 22:15:43 +00:00
29 lines
582 B
JSON
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"
|
|
}
|
|
}
|