{
  "name": "manifest",
  "version": "5.27.0",
  "description": "LLM router and observability plugin for OpenClaw — smart model routing, real-time cost tracking, and telemetry for your AI agents",
  "main": "dist/index.js",
  "license": "MIT",
  "author": "MNFST Inc.",
  "homepage": "https://manifest.build",
  "repository": {
    "type": "git",
    "url": "https://github.com/mnfst/manifest",
    "directory": "packages/openclaw-plugin"
  },
  "bugs": {
    "url": "https://github.com/mnfst/manifest/issues"
  },
  "files": [
    "dist/index.js",
    "dist/index.js.map",
    "dist/local-mode.js",
    "dist/subscription.js",
    "dist/json-file.js",
    "dist/server.js",
    "dist/server.d.ts",
    "dist/backend",
    "dist/package.json",
    "subscription-capabilities",
    "public",
    "openclaw.plugin.json",
    "skills",
    "README.md",
    "LICENSE.md"
  ],
  "openclaw": {
    "extensions": [
      "./dist/index.js"
    ]
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "scripts": {
    "prebuild": "rm -rf dist public",
    "build": "tsx build.ts && tsc -p tsconfig.server.json && node scripts/copy-assets.js",
    "dev": "tsx watch build.ts",
    "prepublishOnly": "npm run build && cp ../../README.md README.md",
    "typecheck": "tsc --noEmit",
    "test": "jest"
  },
  "keywords": [
    "openclaw",
    "openclaw-plugin",
    "openclaw-extension",
    "clawdbot",
    "moltbot",
    "manifest",
    "llm-router",
    "llm-routing",
    "model-routing",
    "ai-gateway",
    "llm-proxy",
    "smart-routing",
    "cost-tracking",
    "cost-optimization",
    "cost-saving",
    "observability",
    "ai-observability",
    "llm-monitoring",
    "opentelemetry",
    "otlp",
    "telemetry",
    "tracing",
    "ai-agent",
    "agent-analytics",
    "token-tracking",
    "multi-provider",
    "openai",
    "anthropic",
    "claude",
    "gemini",
    "openrouter-alternative",
    "ai-dashboard",
    "real-time-analytics",
    "llm-cost",
    "privacy-first",
    "local-first"
  ],
  "dependencies": {
    "@nestjs/cache-manager": "^3.1.0",
    "@nestjs/common": "^11.0.0",
    "@nestjs/config": "^4.0.0",
    "@nestjs/core": "^11.0.0",
    "@nestjs/platform-express": "^11.0.0",
    "@nestjs/schedule": "^6.1.1",
    "@nestjs/serve-static": "^5.0.4",
    "@nestjs/throttler": "^6.0.0",
    "@nestjs/typeorm": "^11.0.0",
    "@react-email/components": "^1.0.7",
    "@react-email/render": "^2.0.4",
    "better-auth": "^1.4.18",
    "cache-manager": "^7.2.8",
    "class-transformer": "^0.5.1",
    "class-validator": "^0.14.0",
    "compression": "^1.8.1",
    "express-rate-limit": "^8.3.1",
    "helmet": "^8.1.0",
    "pg": "^8.13.0",
    "protobufjs": "^8.0.0",
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "reflect-metadata": "^0.2.0",
    "rxjs": "^7.8.0",
    "sql.js": "^1.12.0",
    "typeorm": "^0.3.0",
    "uuid": "^11.0.0"
  },
  "devDependencies": {
    "@opentelemetry/api": "^1.9.0",
    "@opentelemetry/sdk-trace-base": "^1.30.0",
    "@opentelemetry/sdk-metrics": "^1.30.0",
    "@opentelemetry/exporter-trace-otlp-http": "^0.57.0",
    "@opentelemetry/exporter-metrics-otlp-http": "^0.57.0",
    "@opentelemetry/resources": "^1.30.0",
    "@opentelemetry/semantic-conventions": "^1.30.0",
    "esbuild": "^0.25.0",
    "tsx": "^4.19.0",
    "typescript": "^5.7.0",
    "@types/jest": "^29.5.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.0"
  }
}
