{
  "name": "@sentio/mcp",
  "version": "1.1.7",
  "description": "sentio mcp",
  "main": "build/index.js",
  "type": "module",
  "bin": {
    "sentio-mcp": "build/cli.js"
  },
  "files": [
    "build/",
    "src/",
    "LICENSE"
  ],
  "keywords": [
    "mcp",
    "multi-cloud",
    "platform"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@hey-api/client-fetch": "^0.10.0",
    "@modelcontextprotocol/sdk": "1.21.1",
    "@sentio/api": "v1.0.4-rc.2",
    "commander": "^13.1.0",
    "dotenv": "^16.3.1",
    "express": "^5.1.0",
    "typescript": "^5.8.2",
    "zod": "^3.24.2",
    "fastmcp": "^1.27.7"
  },
  "devDependencies": {
    "@types/command-line-args": "^5.2.3",
    "@types/command-line-usage": "^5.0.4",
    "@types/express": "^5.0.1",
    "@types/jest": "^29.5.12",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.2"
  },
  "scripts": {
    "start": "node build/index.js",
    "build": "tsc --outDir build",
    "test": "NODE_OPTIONS=--experimental-vm-modules jest",
    "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch",
    "test:coverage": "NODE_OPTIONS=--experimental-vm-modules jest --coverage"
  }
}