{
  "name": "vue-webmcp",
  "version": "0.3.3",
  "description": "Vue composable for registering WebMCP tools (document.modelContext) with lifecycle-managed registration and MCP result normalization.",
  "type": "module",
  "license": "Apache-2.0",
  "author": "Sandeep Ramgolam",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MrSunshyne/vue-webmcp.git",
    "directory": "packages/vue-webmcp"
  },
  "homepage": "https://github.com/MrSunshyne/vue-webmcp#readme",
  "bugs": {
    "url": "https://github.com/MrSunshyne/vue-webmcp/issues"
  },
  "keywords": [
    "webmcp",
    "mcp",
    "vue",
    "composable",
    "nuxt",
    "model-context",
    "modelcontext",
    "ai",
    "agent"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    },
    "./testing": {
      "types": "./dist/testing/index.d.mts",
      "default": "./dist/testing/index.mjs"
    }
  },
  "typesVersions": {
    "*": {
      "testing": [
        "./dist/testing/index.d.mts"
      ]
    }
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "files": [
    "dist",
    "skills",
    "NOTICE"
  ],
  "peerDependencies": {
    "vue": ">=3.3.0"
  },
  "devDependencies": {
    "jsdom": "^30.0.1",
    "typescript": "^5.9.3",
    "unbuild": "^3.6.1",
    "vitest": "^4.1.11",
    "vue": "^3.5.42"
  },
  "dependencies": {
    "webmcp-types": "^0.1.5"
  },
  "scripts": {
    "build": "unbuild",
    "test": "vitest run",
    "test:watch": "vitest",
    "size": "node scripts/check-size.mjs"
  }
}