{
  "name": "@iqai/mcp-odos",
  "version": "0.1.1",
  "description": "Mcp server for Odos access",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "mcp-odos": "dist/index.js"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.js"
    },
    "./tool-selector": {
      "import": "./dist/tool-selector.js",
      "require": "./dist/tool-selector.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/IQAIcom/mcp-odos.git"
  },
  "keywords": [
    "mcp",
    "Odos",
    "iqagents"
  ],
  "author": "IQAI",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/IQAIcom/mcp-odos/issues"
  },
  "homepage": "https://github.com/IQAIcom/mcp-odos#readme",
  "dependencies": {
    "dedent": "^1.6.0",
    "express": "^5.1.0",
    "fastmcp": "^1.27.7",
    "viem": "^2.30.0",
    "zod": "^3.25.7",
    "shx": "^0.3.4"
  },
  "devDependencies": {
    "@biomejs/biome": "*",
    "@changesets/cli": "^2.29.4",
    "@types/express": "^5.0.2",
    "@types/node": "^22.15.19",
    "husky": "^9.1.7",
    "lint-staged": "^15.0.0",
    "shx": "^0.3.4",
    "ts-node-dev": "^2.0.0",
    "typescript": "^5.8.3"
  },
  "scripts": {
    "build": "tsc && shx chmod +x dist/index.js",
    "watch": "tsc --watch",
    "start": "node dist/index.js",
    "publish-packages": "pnpm run build && changeset publish",
    "format": "biome format . --write",
    "lint": "biome check ."
  }
}