{
  "name": "@lensmcp/valtio-instrumentation",
  "version": "1.21.2",
  "type": "module",
  "main": "./index.js",
  "module": "./index.js",
  "types": "./index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js",
      "default": "./index.js"
    }
  },
  "dependencies": {
    "@lensmcp/react-instrumentation": "1.21.2",
    "proxy-compare": "^3.0.0",
    "tslib": "^2.3.0"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "valtio": "^1.0.0 || ^2.0.0"
  },
  "license": "Apache-2.0",
  "homepage": "https://github.com/kiwiapps-ltd/lensmcp#readme",
  "bugs": {
    "url": "https://github.com/kiwiapps-ltd/lensmcp/issues"
  },
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "description": "Drop-in instrumented Valtio for LensMCP — per-path subscription tracking.",
  "keywords": [
    "lensmcp",
    "mcp",
    "observability",
    "ai-agents",
    "claude",
    "valtio",
    "state"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kiwiapps-ltd/lensmcp.git",
    "directory": "libs/valtio-instrumentation"
  }
}
