{
  "name": "erlangshen",
  "version": "0.1.80",
  "description": "二郎神 - 全知全能的AI投资智能体",
  "keywords": [
    "investment",
    "ai-agent",
    "finance",
    "trading",
    "macro",
    "portfolio"
  ],
  "author": "xiaoerdata",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xiaoerdata/xiaoer-erlangshen.git"
  },
  "homepage": "https://github.com/xiaoerdata/xiaoer-erlangshen",
  "engines": {
    "node": ">=16.0.0",
    "python": ">=3.9"
  },
  "bin": {
    "erlangshen": "bin/cli.js"
  },
  "files": [
    "bin/cli.js",
    "scripts/postinstall.js",
    "scripts/preuninstall.js",
    "scripts/smoke_cli_strict.py",
    "scripts/smoke_cli_npm.py",
    "scripts/release_check.py",
    "src/__init__.py",
    "src/cli.py",
    "src/cli_benchmarks.json",
    "src/auth/__init__.py",
    "src/auth/session.py",
    "src/client/__init__.py",
    "src/client/chrome_search.py",
    "src/client/server_client.py",
    "src/commands/__init__.py",
    "src/commands/auth.py",
    "src/commands/server.py",
    "src/config.py",
    "src/core/**/*.py",
    "src/llm/__init__.py",
    "src/llm/providers.py",
    "src/mcp/__init__.py",
    "src/mcp/super66.py",
    "src/model_presets.py",
    "src/paths.py",
    "src/workspace.py",
    "scripts/update_cli_benchmarks.py",
    "requirements.txt",
    "README_CLI.md"
  ],
  "scripts": {
    "test": "python3 -m pytest -q",
    "smoke:strict": "python3 scripts/smoke_cli_strict.py",
    "smoke:npm": "python3 scripts/smoke_cli_npm.py",
    "release:check": "python3 scripts/release_check.py",
    "release:check:refresh": "python3 scripts/release_check.py --refresh-benchmarks",
    "postinstall": "node scripts/postinstall.js",
    "preuninstall": "node scripts/preuninstall.js"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "dependencies": {
    "chalk": "^4.1.2",
    "ora": "^5.4.1",
    "prompts": "^2.4.2",
    "boxen": "^5.1.2"
  }
}
