{
  "name": "@openfinclaw/openfinclaw-strategy",
  "version": "2026.4.12",
  "description": "OpenFinClaw - Unified financial tools: market data (price/K-line/crypto/compare/search), strategy publishing, fork, and validation. Single API key for Hub and DataHub.",
  "keywords": [
    "backtest",
    "crypto",
    "financial",
    "ohlcv",
    "openclaw",
    "openfinclaw",
    "price",
    "strategy",
    "ticker",
    "trading"
  ],
  "homepage": "https://github.com/cryptoSUN2049/openFinclaw#readme",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cryptoSUN2049/openFinclaw.git",
    "directory": "extensions/openfinclaw-strategy"
  },
  "files": [
    "skills",
    "src",
    "web",
    "*.ts",
    "openclaw.plugin.json",
    "README.md",
    "SKILL.md"
  ],
  "type": "module",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "dependencies": {
    "@sinclair/typebox": "0.34.48",
    "adm-zip": "^0.5.16"
  },
  "devDependencies": {
    "@types/adm-zip": "^0.5.8"
  },
  "peerDependencies": {
    "openclaw": ">=2026.1.0"
  },
  "openclaw": {
    "extensions": [
      "./index.ts"
    ]
  }
}
