package.jsonā¢2.03 kB
{
"name": "lcbro",
"version": "1.0.10",
"description": "Low Cost Browser Remote Operations - MCP server for browser automation with CDP support",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "ts-node --esm src/index.ts",
"dev:watch": "nodemon --exec ts-node --esm src/index.ts",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:all": "npm run test && npm run test:e2e",
"install:browsers": "npx playwright install",
"lint": "echo 'Linting placeholder'"
},
"keywords": [
"mcp",
"browser",
"automation",
"playwright",
"cdp",
"chrome-devtools",
"remote-browser",
"parsing",
"llm",
"browser-automation"
],
"author": "Max",
"license": "MIT",
"dependencies": {
"@anthropic-ai/sdk": "^0.62.0",
"@modelcontextprotocol/sdk": "^1.0.0",
"@mozilla/readability": "^0.6.0",
"@types/jsdom": "^21.1.7",
"ajv": "^8.17.1",
"axios": "^1.7.9",
"commander": "^12.1.0",
"jsdom": "^26.1.0",
"openai": "^4.73.1",
"pino": "^9.6.0",
"playwright": "^1.49.1",
"yaml": "^2.6.1",
"zod": "^3.24.1"
},
"devDependencies": {
"@playwright/test": "^1.40.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"@types/supertest": "^6.0.0",
"jest": "^29.7.0",
"nodemon": "^3.1.7",
"supertest": "^6.3.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.9.2"
},
"bin": {
"lcbro": "dist/cli.js"
},
"files": [
"dist/",
"config/",
"scripts/",
"docs/",
"assets/",
"examples/",
"README.md",
"QUICK_START.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/lcbro/lcbro.git"
},
"homepage": "https://github.com/lcbro/lcbro#readme",
"bugs": {
"url": "https://github.com/lcbro/lcbro/issues"
}
}