{
  "name": "@raolin2025/claude-code-node",
  "version": "3.2.0",
  "description": "Node.js AI Code Agent CLI - Zero dependencies, pure JavaScript, security hardened, multi-channel notifications, Telegram & QQ Bot remote programming, rich media upload, multi-account management",
  "type": "module",
  "main": "src/core/index.js",
  "bin": {
    "cc-node": "src/index.js",
    "cc-notify": "src/channel/notify-daemon.js"
  },
  "scripts": {
    "start": "node src/index.js",
    "dev": "node --watch src/index.js",
    "test": "node --test src/__tests__/*.js",
    "repl": "node src/index.js"
  },
  "keywords": [
    "claude",
    "code",
    "agent",
    "cli",
    "llm",
    "ai",
    "security"
  ],
  "license": "MIT",
  "author": "bg1avd",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bg1avd/claude-code-node.git"
  },
  "homepage": "https://github.com/bg1avd/claude-code-node#readme",
  "bugs": {
    "url": "https://github.com/bg1avd/claude-code-node/issues"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "src/"
  ]
}
