{
  "name": "@weaxs/stock-analysis-plugin",
  "version": "0.2.2",
  "description": "Pi Agent extension for stock analysis, screening, and strategy backtesting across A/HK/US markets",
  "type": "module",
  "main": "./pi/index.ts",
  "pi": {
    "extensions": [
      "./pi/index.ts"
    ],
    "skills": [
      "./skills/stock-analysis/SKILL.md",
      "./skills/stock-screener/SKILL.md",
      "./skills/strategy-backtest/SKILL.md",
      "./skills/bull-trend/SKILL.md",
      "./skills/shrink-pullback/SKILL.md",
      "./skills/ma-crossover/SKILL.md",
      "./skills/volume-breakout/SKILL.md",
      "./skills/bottom-volume/SKILL.md",
      "./skills/dragon-head/SKILL.md",
      "./skills/chan-theory/SKILL.md",
      "./skills/wave-theory/SKILL.md",
      "./skills/box-oscillation/SKILL.md",
      "./skills/emotion-cycle/SKILL.md",
      "./skills/one-yang-three-yin/SKILL.md",
      "./skills/wisburg-research/SKILL.md",
      "./skills/event-driven/SKILL.md",
      "./skills/expectation-repricing/SKILL.md",
      "./skills/growth-quality/SKILL.md",
      "./skills/hot-theme/SKILL.md",
      "./skills/market-review/SKILL.md"
    ]
  },
  "files": [
    "pi/",
    "tools/**/*.py",
    "tools/requirements.txt",
    "skills/",
    "schemas/",
    "templates/",
    "strategies/",
    "scripts/",
    "!scripts/sync-version.sh"
  ],
  "scripts": {
    "postinstall": "node scripts/setup-python.mjs",
    "build:openclaw": "esbuild openclaw/index.ts --bundle --format=esm --platform=node --external:openclaw/* --outfile=openclaw/dist/index.js",
    "build:dsh": "esbuild dsh/index.ts --bundle --format=esm --platform=node --external:@deepseek-ai/* --outfile=dsh/dist/index.js"
  },
  "keywords": [
    "pi-agent",
    "pi-extension",
    "ai-agent",
    "stock",
    "stock-analysis",
    "stock-market",
    "stock-screener",
    "backtest",
    "backtesting",
    "quantitative-finance",
    "quantitative-trading",
    "algorithmic-trading",
    "technical-analysis",
    "factor-investing",
    "a-shares",
    "hk-stocks",
    "us-stocks",
    "akshare",
    "yfinance",
    "tushare"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Weaxs/stock-analysis-plugin"
  },
  "license": "MIT",
  "devDependencies": {
    "@deepseek-ai/cordis": "^4.0.1",
    "@deepseek-ai/dsh-skill": "^0.0.1-rc.1",
    "@deepseek-ai/dsh-tools": "^0.0.1-rc.1",
    "@types/node": "^22.0.0",
    "esbuild": "^0.28.0",
    "jiti": "^2.7.0",
    "openai": "^4.104.0",
    "tsx": "^4.22.1",
    "typebox": "^1.3.10",
    "typescript": "^5.5.0"
  }
}
