{
  "name": "@indemn/cli",
  "version": "1.6.0",
  "description": "CLI, MCP server, and plugin for managing Indemn AI agents",
  "type": "module",
  "main": "./dist/sdk/index.js",
  "bin": {
    "indemn": "dist/cli/index.js"
  },
  "scripts": {
    "build": "tsc",
    "postbuild": "cp -r src/report/assets dist/report/assets",
    "dev": "tsx --watch src/cli/index.ts",
    "test": "vitest run --passWithNoTests",
    "test:watch": "vitest"
  },
  "keywords": [
    "ai-agents",
    "insurance",
    "evaluations",
    "indemn",
    "mcp"
  ],
  "author": "Indemn <support@indemn.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/indemn-ai/indemn-cli.git"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.25.1",
    "@react-pdf/renderer": "^4.3.2",
    "chalk": "^5.4.1",
    "cli-table3": "^0.6.5",
    "commander": "^13.1.0",
    "conf": "^13.1.0",
    "firebase": "^11.6.0",
    "ora": "^8.2.0",
    "react": "^19.2.4",
    "socket.io-client": "^4.8.3",
    "zod": "^3.24.0"
  },
  "devDependencies": {
    "@types/node": "^22.15.0",
    "@types/react": "^19.2.14",
    "tsx": "^4.19.0",
    "typescript": "^5.9.3",
    "vitest": "^3.1.0"
  }
}
