{
  "name": "@progress/kendo-e2e",
  "version": "5.0.5",
  "description": "Kendo UI end-to-end test utilities.",
  "main": "dist/index.js",
  "bin": {
    "snapshot": "./dist/snapshot-cli/index.js",
    "kendo-e2e": "./dist/cli/index.js",
    "kendo-e2e-mcp": "./dist/mcp/index.js"
  },
  "typings": "dist/index.d.ts",
  "engines": {
    "node": ">=22.0.0"
  },
  "files": [
    "dist",
    "docs",
    "skills",
    "src/cli/postinstall.js"
  ],
  "scripts": {
    "lint": "npx eslint ./src/**/*.ts ./tests/**/*.ts",
    "build": "npx tsc && npm run build:mcp && npm run build:cli && npm run build:daemon",
    "build:mcp": "npx esbuild src/mcp/standalone.ts --bundle --platform=node --format=esm --outfile=dist/mcp/index.js --external:@modelcontextprotocol/sdk --external:zod && echo '{\"type\":\"module\"}' > dist/mcp/package.json && chmod +x dist/mcp/index.js",
    "build:cli": "npx esbuild src/cli/index.ts --bundle --platform=node --format=cjs --outfile=dist/cli/index.js --external:selenium-webdriver --external:@axe-core/webdriverjs && chmod +x dist/cli/index.js",
    "build:daemon": "npx esbuild src/cli/daemon.ts --bundle --platform=node --format=cjs --outfile=dist/cli/daemon.js --external:selenium-webdriver --external:@axe-core/webdriverjs && chmod +x dist/cli/daemon.js",
    "postinstall": "node src/cli/postinstall.js",
    "test:a11y": "npx jest tests/a11y",
    "test:components": "npx jest tests/components",
    "test:e2e": "npx jest tests/e2e",
    "test:mcp": "npx jest tests/e2e/mcp.tests.ts",
    "test:cli": "npx jest tests/e2e/cli.tests.ts",
    "test:rendering": "npx jest tests/rendering",
    "test:utils": "npx jest tests/utils/**/*.tests.ts",
    "test:visual": "npx jest tests/visual",
    "test:snapshot": "cd tests/snapshot-cli && chmod +x run.sh && ./run.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/telerik/kendo-e2e.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "release": {
    "branches": [
      {
        "name": "master",
        "channel": "latest"
      }
    ]
  },
  "keywords": [
    "a11y",
    "accessibility",
    "axe",
    "e2e",
    "jest",
    "selenium",
    "selenium-webdriver",
    "webdriver",
    "kendo",
    "telerik",
    "progress"
  ],
  "author": "Progress",
  "license": "SEE LICENSE IN LICENSE.md",
  "bugs": {
    "url": "https://github.com/telerik/kendo-e2e/issues"
  },
  "homepage": "https://github.com/telerik/kendo-e2e#readme",
  "dependencies": {
    "@axe-core/webdriverjs": "4.11.3",
    "@modelcontextprotocol/sdk": "^1.25.2",
    "@types/selenium-webdriver": "^4.35.5",
    "commander": "^14.0.2",
    "http-server": "^14.1.1",
    "looks-same": "^7.3.0",
    "sanitize-html": "^2.17.0",
    "selenium-webdriver": "^4.39.0",
    "sharp": "0.34.5",
    "yauzl": "^3.2.0",
    "zod": "^3.25 || ^4.0"
  },
  "peerDependencies": {
    "jsdom": ">=16.0.0",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "peerDependenciesMeta": {
    "jsdom": {
      "optional": true
    }
  },
  "devDependencies": {
    "@commitlint/cli": "^20.1.0",
    "@commitlint/config-conventional": "^20.0.0",
    "@progress/kendo-themes-html": "^12.2.3",
    "@types/jest": "^30.0.0",
    "@types/node": "ts5.9",
    "@typescript-eslint/eslint-plugin": "^8.46.4",
    "@typescript-eslint/parser": "^8.46.4",
    "eslint": "^9.39.1",
    "husky": "^9.1.7",
    "jest": "^30.2.0",
    "jsdom": "^24.1.3",
    "react": "^19.2.0",
    "react-dom": "^19.2.0",
    "ts-jest": "^29.4.5",
    "tslib": "^2.8.1",
    "typescript": "~5.9.3"
  }
}
