package.json
1 { 2 "name": "@kocoro/shanclaw", 3 "version": "0.0.0", 4 "description": "AI-powered CLI agent with local tools, permissions, and session management", 5 "bin": { 6 "shan": "bin/shan" 7 }, 8 "scripts": { 9 "postinstall": "node install.js" 10 }, 11 "os": [ 12 "darwin", 13 "linux" 14 ], 15 "cpu": [ 16 "x64", 17 "arm64" 18 ], 19 "repository": { 20 "type": "git", 21 "url": "https://github.com/Kocoro-lab/ShanClaw" 22 }, 23 "homepage": "https://github.com/Kocoro-lab/ShanClaw", 24 "keywords": [ 25 "cli", 26 "ai", 27 "agent", 28 "shannon", 29 "llm" 30 ], 31 "license": "Apache-2.0", 32 "author": "Kocoro-lab" 33 }