{
  "name": "@web-interact-mcp/client",
  "version": "0.1.0-preview.6",
  "description": "A production-ready TypeScript library that transforms web applications into MCP (Model Context Protocol) servers with robust two-way communication via SignalR",
  "main": "dist/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=14.0.0"
  },
  "scripts": {
    "build": "npm run clean && tsc && npm run build:esm",
    "build:esm": "tsc --module esnext --outDir dist/esm",
    "clean": "rimraf dist",
    "dev": "tsc --watch",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "lint": "eslint src/**/*.ts",
    "lint:fix": "eslint src/**/*.ts --fix",
    "format": "prettier --write src/**/*.ts",
    "prepublishOnly": "npm run build && npm run test",
    "prepack": "npm run build"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "signalr",
    "web-automation",
    "typescript",
    "automation",
    "guided-tours",
    "ui-automation",
    "web-interact",
    "browser-automation",
    "tool-execution",
    "real-time-communication"
  ],
  "author": "GitHub Copilot",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Vijay-Nirmal/WebInteractMCP.git"
  },
  "bugs": {
    "url": "https://github.com/Vijay-Nirmal/WebInteractMCP/issues"
  },
  "homepage": "https://github.com/Vijay-Nirmal/WebInteractMCP#readme",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "peerDependencies": {
    "shepherd.js": "^14.5.0"
  },
  "dependencies": {
    "@microsoft/signalr": "^8.0.0",
    "shepherd.js": "^14.5.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.0",
    "@typescript-eslint/eslint-plugin": "^7.18.0",
    "@typescript-eslint/parser": "^7.18.0",
    "eslint": "^8.50.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^30.0.4",
    "prettier": "^3.0.0",
    "rimraf": "^5.0.0",
    "shx": "^0.4.0",
    "ts-jest": "^29.1.0",
    "typescript": "^5.2.0"
  },
  "exports": {
    ".": {
      "import": "./dist/esm/index.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "sideEffects": false
}
