{
  "name": "@vike-io/cli",
  "publishConfig": {
    "access": "public"
  },
  "version": "0.10.0",
  "description": "AI-agent CLI for vike.io on-chain analytics, perps, options, and prediction markets across 11 chains",
  "type": "module",
  "main": "src/index.js",
  "bin": {
    "vike": "./src/index.js"
  },
  "files": [
    "src/**/*.js",
    "scripts/postinstall.js",
    "skills/**",
    "skills.sh.json",
    "CHANGELOG.md"
  ],
  "scripts": {
    "postinstall": "node scripts/postinstall.js",
    "start": "node src/index.js",
    "pretest": "node scripts/check-changeset.js",
    "test": "vitest run --passWithNoTests",
    "test:watch": "vitest",
    "test:e2e": "vitest run --config vitest.e2e.config.js",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "changeset": "changeset",
    "changeset:version": "changeset version",
    "changeset:publish": "changeset publish",
    "sync-schema": "node scripts/sync-schema.js"
  },
  "keywords": [
    "vike",
    "crypto",
    "blockchain",
    "mcp",
    "ai-agent",
    "claude-code",
    "openclaw",
    "smart-money",
    "onchain",
    "perps",
    "hyperliquid",
    "options",
    "deribit",
    "polymarket",
    "prediction-markets",
    "defi",
    "ethereum",
    "bsc",
    "base"
  ],
  "author": "vike.io",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vike-io/vike-cli.git"
  },
  "bugs": {
    "url": "https://github.com/vike-io/vike-cli/issues"
  },
  "homepage": "https://vike.io",
  "engines": {
    "node": ">=22.12.0"
  },
  "dependencies": {
    "commander": "^15.0.0"
  },
  "devDependencies": {
    "@changesets/cli": "^2.27.9",
    "eslint": "^10.4.0",
    "vitest": "^4.1.7"
  }
}
