{
  "name": "chicago-storm-pros",
  "version": "1.1.0",
  "description": "Command line client for the Chicago Storm Pros agent API: check the Chicagoland service area, pull NWS-verified storm events with insurance claim deadlines, get guidance for a roof insurance claim problem (denied, underpaid, adjuster dispute, deadline), verify the company's license and credentials, read any page as markdown, and book a free storm damage roof inspection.",
  "type": "module",
  "bin": {
    "storm-pros": "storm-pros.mjs"
  },
  "main": "storm-pros.mjs",
  "exports": "./storm-pros.mjs",
  "files": [
    "storm-pros.mjs",
    "README.md"
  ],
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "mcp",
    "agent",
    "roofing",
    "storm-damage",
    "hail-damage",
    "insurance-claim",
    "chicago",
    "cli"
  ],
  "homepage": "https://chicagostormpros.com/developers/",
  "bugs": {
    "url": "https://chicagostormpros.com/contact/"
  },
  "author": "C&N Construction, Inc. (https://chicagostormpros.com)",
  "license": "MIT"
}
