UNPKG

@bsv/bsv-claude-agents

Version:

Install and manage BSV Claude Agents for Claude Code

42 lines 804 B
{ "name": "@bsv/bsv-claude-agents", "version": "1.2.0", "description": "Install and manage BSV Claude Agents for Claude Code", "main": "bin/cli.js", "bin": { "bsv-claude-agents": "./bin/cli.js" }, "files": [ "bin/", "agents/", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "https://github.com/bsv-blockchain/bsv-claude-agents.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "claude", "agents", "bsv", "bitcoin-sv", "blockchain", "cli", "npx" ], "author": "jonesjBSV (BSV Association)", "license": "Open BSV", "engines": { "node": ">=14" }, "dependencies": { "simple-git": "^3.19.1" }, "publishConfig": { "access": "public" } }