UNPKG

lighthouse-mcp

Version:

MCP server for Google Lighthouse performance metrics

45 lines (44 loc) 868 B
{ "name": "lighthouse-mcp", "version": "0.1.3", "description": "MCP server for Google Lighthouse performance metrics", "type": "module", "main": "build/index.js", "bin": { "lighthouse-mcp": "./build/index.js" }, "files": [ "build", "README.md" ], "scripts": { "build": "tsc && chmod +x build/index.js", "start": "node build/index.js", "dev": "tsc -w", "prepublishOnly": "npm run build" }, "keywords": [ "lighthouse", "performance", "mcp", "audit", "web", "metrics", "claude" ], "author": "", "license": "MIT", "repository": { "type": "git", "url": "" }, "dependencies": { "@modelcontextprotocol/sdk": "latest", "lighthouse": "^12.5.1", "chrome-launcher": "^0.15.2" }, "devDependencies": { "@types/node": "^20.4.5", "typescript": "^5.1.6" } }