package.jsonโข1.65 kB
{
"name": "mcp-web-inspector",
"version": "0.1.0",
"description": "Web Inspector MCP: Give LLMs visual superpowers to see, debug, and test any web page.",
"license": "MIT",
"author": "Anton",
"homepage": "https://github.com/antonzherdev/mcp-web-inspector",
"bugs": "https://github.com/antonzherdev/mcp-web-inspector/issues",
"types": "dist/index.d.ts",
"type": "module",
"bin": {
"mcp-web-inspector": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"prepare": "npm run build",
"watch": "tsc --watch",
"test": "jest --testMatch=\"<rootDir>/src/__tests__/**/*.test.ts\"",
"test:coverage": "jest --coverage --testMatch=\"<rootDir>/src/__tests__/**/*.test.ts\"",
"test:custom": "node run-tests.cjs"
},
"repository": {
"type": "git",
"url": "https://github.com/antonzherdev/mcp-web-inspector.git"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.11.1",
"@playwright/browser-chromium": "1.53.1",
"@playwright/browser-firefox": "1.53.1",
"@playwright/browser-webkit": "1.53.1",
"@playwright/test": "^1.53.1",
"mcp-evals": "^1.0.18",
"playwright": "1.53.1",
"uuid": "11.1.0"
},
"keywords": [
"mcp",
"web-inspector",
"debugging",
"testing",
"playwright",
"automation",
"AI",
"Claude MCP",
"DOM inspection",
"element debugging"
],
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^20.10.5",
"jest": "^29.7.0",
"jest-playwright-preset": "4.0.0",
"shx": "^0.3.4",
"ts-jest": "^29.2.6",
"typescript": "^5.8.3"
}
}