{
  "name": "model-orch-sdk",
  "version": "0.1.1",
  "description": "Multi-Model Routing & Orchestration Platform - Build secure, extensible orchestration for LLMs with routing strategies, ensemble logic, fallbacks, and monitoring",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "scripts": {
    "build": "tsc",
    "watch": "tsc --watch",
    "clean": "rm -rf dist",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "lint": "eslint src --ext .ts",
    "lint:fix": "eslint src --ext .ts --fix",
    "format": "prettier --write \"src/**/*.ts\"",
    "format:check": "prettier --check \"src/**/*.ts\"",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "keywords": [
    "llm",
    "orchestration",
    "multi-model",
    "routing",
    "ensemble",
    "ai",
    "openai",
    "anthropic",
    "model-management",
    "failover",
    "circuit-breaker",
    "rate-limiting",
    "cost-optimization",
    "a-b-testing",
    "canary-deployment"
  ],
  "author": "Yash Gupta",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/gyash1512/model-orch-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/gyash1512/model-orch-sdk/issues"
  },
  "homepage": "https://github.com/gyash1512/model-orch-sdk#readme",
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "@apollo/server": "^5.1.0",
    "@as-integrations/express5": "^1.1.2",
    "@aws-sdk/client-bedrock-runtime": "^3.920.0",
    "@aws-sdk/client-s3": "^3.920.0",
    "@azure/storage-blob": "^12.29.1",
    "@google-cloud/storage": "^7.17.2",
    "@graphql-tools/schema": "^10.0.25",
    "@grpc/grpc-js": "^1.14.0",
    "@grpc/proto-loader": "^0.8.0",
    "@huggingface/inference": "^4.13.0",
    "@mistralai/mistralai": "^1.10.0",
    "axios": "^1.6.0",
    "body-parser": "^2.2.0",
    "bullmq": "^5.62.1",
    "cors": "^2.8.5",
    "dotenv": "^16.3.1",
    "express": "^5.1.0",
    "graphql": "^16.11.0",
    "graphql-subscriptions": "^3.0.0",
    "graphql-ws": "^6.0.6",
    "replicate": "^1.3.1",
    "ws": "^8.18.3"
  },
  "devDependencies": {
    "@types/body-parser": "^1.19.6",
    "@types/cors": "^2.8.19",
    "@types/express": "^5.0.5",
    "@types/jest": "^29.5.11",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^20.10.6",
    "@types/ws": "^8.18.1",
    "@typescript-eslint/eslint-plugin": "^6.17.0",
    "@typescript-eslint/parser": "^6.17.0",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.1.2",
    "jest": "^29.7.0",
    "prettier": "^3.1.1",
    "ts-jest": "^29.1.1",
    "typescript": "^5.3.3"
  }
}
