{
  "name": "prediction-market-context",
  "version": "2.0.0",
  "description": "Real-time prediction market context for AI agents and LLMs. World state, uncertainty index, edges, and market data from 30,000+ markets.",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "bin": {
    "prediction-market-context": "./dist/cli.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "test": "vitest run",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "prediction-markets", "world-model", "ai-agents", "llm", "context",
    "kalshi", "polymarket", "real-time", "market-data", "uncertainty",
    "geopolitical-risk", "trading", "mcp", "langchain", "openai",
    "anthropic", "agent-context", "world-state", "probabilities",
    "edge-detection", "market-intelligence"
  ],
  "author": "SimpleFunctions <hello@simplefunctions.dev>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/spfunctions/prediction-market-context"
  },
  "homepage": "https://simplefunctions.dev",
  "devDependencies": {
    "tsup": "^8.0.0",
    "typescript": "^5.4.0",
    "vitest": "^1.6.0"
  }
}
