{
  "name": "@farmost/social-agent",
  "version": "4.0.1",
  "description": "社交关系AI管家 - 独立 CLI 工具。自动追踪社交关系，帮你拟消息、记待办、维护人脉。v3.0 起支持多 LLM provider（Claude/OpenAI/MiniMax）。",
  "author": {
    "name": "陈颖芳",
    "email": "chenyingfang@example.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/farmost-beep/social-agent.git"
  },
  "bugs": {
    "url": "https://github.com/farmost-beep/social-agent/issues"
  },
  "homepage": "https://github.com/farmost-beep/social-agent#readme",
  "keywords": [
    "claude-code",
    "claude-code-skill",
    "social",
    "social-relationship",
    "wechat",
    "ai",
    "llm",
    "cli",
    "anthropic",
    "openai"
  ],
  "bin": {
    "social-agent": "./bin/cli.js",
    "social": "./bin/cli.js"
  },
  "scripts": {
    "postinstall": "node ./bin/postinstall.js",
    "test": "cd tests && python3 -m unittest discover -v"
  },
  "files": [
    "bin/",
    "src/",
    "social_cli/",
    "data_template/",
    "docs/",
    "config/",
    "tests/",
    "requirements.txt",
    "setup.py",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=16",
    "python": ">=3.9"
  }
}
