{
  "name": "hive-intelligence",
  "version": "1.4.0",
  "description": "Evidence-backed crypto due diligence for AI agents, with sources, freshness, and a runtime receipt on every call.",
  "mcpName": "xyz.hiveintelligence/mcp",
  "type": "module",
  "packageManager": "npm@12.0.0",
  "workspaces": [
    "agent-skills",
    "packages/*"
  ],
  "scripts": {
    "build": "tsup && chmod 755 build/server.js build/stdio.js build/cli.js build/monitor-worker.js",
    "build:client": "npm --workspace hive-mcp-client run build",
    "check": "npm run verify:workflows && npm run release:verify && npm run verify:public-plugins && npm run build && npm run verify:bundles && npm run typecheck && npm run check:client && npm run env:render:check && npm run verify:endpoints && npx tsx scripts/verify-tools.ts && npm run verify:toolsets && npm run verify:agent-skills && npm run verify:docs && npm run verify:plan-parity && npm run measure-tokens -- --threshold=10000 && npm run test:unit && npm run test:mcp-compliance && npm run test:audit",
    "check:client": "npm --workspace hive-mcp-client run typecheck && npm --workspace hive-mcp-client run build && npm --workspace hive-mcp-client run test",
    "typecheck": "tsc --noEmit",
    "prepare": "npm run build",
    "prepublishOnly": "npm run check",
    "inspector": "npx @modelcontextprotocol/inspector --cli --config '{\"mcpServers\":{\"hive\":{\"url\":\"http://localhost:8080/mcp\"}}}'",
    "start:http": "tsx src/server.ts",
    "dev:http": "tsx src/server.ts",
    "start": "cross-env SERVER_MODE=MCP tsx src/stdio.ts",
    "dev": "cross-env SERVER_MODE=MCP tsx src/stdio.ts",
    "test": "vitest run",
    "test:client": "npm --workspace hive-mcp-client run test",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:unit": "vitest run tests/unit",
    "test:all": "vitest run",
    "test:api": "vitest run tests/api",
    "test:mcp": "vitest run tests/mcp",
    "test:audit": "vitest run tests/audit",
    "test:e2e": "vitest run tests/e2e",
    "test:e2e:defillama": "vitest run tests/e2e/defi-protocol-e2e.test.ts tests/live/defillama-live.test.ts",
    "test:integration": "vitest run tests/integration",
    "test:live": "vitest run tests/live",
    "test:production": "npm run test:audit && npm run test:e2e && npm run test:integration",
    "test:mcp-compliance": "vitest run tests/mcp-compliance",
    "test:docker": "npm run test:docker:production",
    "test:docker:unit": "docker compose -f tests/docker/docker-compose.test.yml run --rm hive-test npm run test:unit",
    "test:docker:e2e": "docker compose -f tests/docker/docker-compose.e2e.yml up --build --abort-on-container-exit",
    "test:production-readiness": "vitest run tests/docker/production-readiness.test.ts",
    "test:full-e2e": "vitest run tests/docker/full-e2e.test.ts",
    "test:docker:production": "sh tests/docker/run-production-readiness.sh",
    "test:docker:full-e2e": "docker compose -f tests/docker/docker-compose.production.yml run --rm -e HIVE_SERVER_URL=http://hive-server:8080 hive-production-test npm run test:full-e2e",
    "test:docker:live": "docker compose -f tests/docker/docker-compose.test.yml run --rm hive-test npm run test:live",
    "test:docker:compliance": "docker compose -f tests/docker/docker-compose.test.yml run --rm hive-test npm run test:mcp-compliance",
    "test:docker:down": "docker compose -f tests/docker/docker-compose.test.yml down -v && docker compose -f tests/docker/docker-compose.e2e.yml down -v",
    "eval:retrieval": "vitest run tests/evals/search-tools-retrieval.test.ts",
    "golden:run": "tsx scripts/golden-runner.ts",
    "measure-tokens": "tsx scripts/measure-token-cost.ts",
    "env:render": "tsx scripts/env-render.ts",
    "env:render:check": "tsx scripts/env-render.ts --check",
    "env:sync": "tsx scripts/env-sync.ts",
    "env:flags": "tsx scripts/env-deploy-flags.ts",
    "env:drift": "tsx scripts/env-drift-check.ts",
    "schema:verify": "tsx scripts/verify-production-schema.ts",
    "env:migrate": "tsx scripts/env-migrate.ts",
    "verify:toolsets": "tsx scripts/verify-toolsets.ts",
    "verify:agent-skills": "tsx scripts/verify-agent-skills.ts && npm --workspace @hiveintelligence/agent-skills run validate",
    "codex-plugin:sync": "tsx scripts/sync-codex-plugin-skills.ts",
    "verify:codex-plugin": "tsx scripts/sync-codex-plugin-skills.ts --check",
    "verify:cursor-plugin": "tsx scripts/verify-cursor-plugin.ts",
    "verify:marketplace-review": "tsx scripts/verify-marketplace-review.ts",
    "verify:public-plugins": "npm run verify:codex-plugin && npm run verify:cursor-plugin && npm run verify:marketplace-review",
    "verify:docs": "tsx scripts/verify-doc-claims.ts",
    "verify:plan-parity": "tsx scripts/verify-plan-parity.ts",
    "analytics:rollup": "tsx scripts/rollup-tool-call-events.ts",
    "verify:workflows": "github-actionlint ../.github/workflows/*.yml .github/workflows/*.yml public-repos/hive-sdk/.github/workflows/*.yml",
    "verify:bundles": "node --check build/server.js && node --check build/stdio.js && node --check build/cli.js && node --check build/monitor-worker.js",
    "verify:endpoints": "tsx scripts/validate-endpoints.ts",
    "export:toolsets": "tsx scripts/export-task-toolsets.ts",
    "skills:sync": "tsx scripts/sync-public-skills.ts",
    "sdk:sync": "tsx scripts/sync-public-sdk.ts",
    "monitors:run": "tsx src/monitor-worker.ts",
    "smoke:stateful-monitoring": "tsx scripts/smoke-stateful-monitoring.ts",
    "smoke:b2b-partner": "tsx scripts/smoke-b2b-partner-adoption.ts",
    "canary:toolsets": "tsx scripts/run-task-canaries.ts",
    "canary:discovery": "tsx scripts/check-public-discovery.ts",
    "verify:deployment-candidate": "tsx scripts/verify-deployment-candidate.ts",
    "release:prepare": "tsx scripts/prepare-release-artifacts.ts",
    "release:verify": "tsx scripts/verify-release-consistency.ts",
    "release:verify:live": "tsx scripts/verify-release-consistency.ts --live"
  },
  "keywords": [
    "mcp",
    "mcp-server",
    "model-context-protocol",
    "crypto",
    "crypto-mcp",
    "defi",
    "blockchain",
    "ethereum",
    "evm",
    "solana",
    "coingecko",
    "defillama",
    "moralis",
    "helius",
    "goplus",
    "tenderly",
    "wallet",
    "security",
    "dex",
    "nft",
    "prediction-markets",
    "ai-tools",
    "ai-agents",
    "llm",
    "claude",
    "cursor",
    "chatgpt",
    "codex",
    "stdio",
    "streamable-http",
    "rest-api"
  ],
  "author": "Hive Intelligence",
  "license": "UNLICENSED",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hive-intel/hive-sdk.git"
  },
  "homepage": "https://hiveintelligence.xyz",
  "bugs": {
    "url": "https://github.com/hive-intel/hive-sdk/issues"
  },
  "engines": {
    "node": ">=22.12.0"
  },
  "dependencies": {
    "@cloudflare/cabidela": "^0.2.4",
    "@codex-data/sdk": "^2.3.37",
    "@coingecko/coingecko-typescript": "^7.1.0",
    "@modelcontextprotocol/sdk": "1.30.0",
    "@supabase/supabase-js": "^2.112.3",
    "@types/compression": "^1.8.1",
    "@unkey/api": "2.5.0",
    "ajv": "^8.18.0",
    "ajv-formats": "^3.0.1",
    "axios": "^1.18.1",
    "ccxt": "^4.5.74",
    "commander": "^15.0.0",
    "compression": "^1.8.1",
    "cors": "2.8.6",
    "dotenv": "17.4.2",
    "express": "^5.2.1",
    "express-rate-limit": "^8.5.2",
    "fastest-levenshtein": "^1.0.16",
    "graphql": "16.14.2",
    "helmet": "^8.2.0",
    "ioredis": "^5.11.1",
    "ora": "^9.4.1",
    "rate-limit-redis": "^5.0.0",
    "swagger-ui-dist": "5.32.8",
    "tsx": "4.23.0",
    "winston": "3.19.0",
    "zod": "^4.4.3"
  },
  "overrides": {
    "@codex-data/sdk": {
      "graphql-request": "7.4.0"
    },
    "github-actionlint": {
      "adm-zip": "0.6.0"
    },
    "@modelcontextprotocol/sdk": {
      "express-rate-limit": "8.5.2"
    },
    "esbuild": "0.28.1",
    "fast-uri": "3.1.5",
    "hono": "4.12.34",
    "ip-address": "10.5.0",
    "qs": "6.15.3"
  },
  "devDependencies": {
    "@types/cors": "^2.8.19",
    "@types/express": "^5.0.6",
    "@types/node": "^24.13.3",
    "@vitest/coverage-v8": "4.1.10",
    "cross-env": "10.1.0",
    "github-actionlint": "1.7.12",
    "tsup": "8.5.1",
    "typescript": "^7.0.2",
    "vitest": "^4.1.10"
  },
  "bin": {
    "hive": "bin/hive-mcp.js",
    "hive-intelligence": "bin/hive-mcp.js",
    "hive-mcp": "bin/hive-mcp.js",
    "hive-mcp-server": "bin/hive-mcp.js"
  },
  "files": [
    "bin/**/*",
    "build/**/*",
    "agent-skills/**/*",
    "README.md",
    "LICENSE"
  ],
  "allowScripts": {
    "esbuild@0.28.1": true,
    "bufferutil": false,
    "ccxt": false,
    "fsevents": false
  }
}
