mirror of
https://github.com/aiclientproxy/proxycast.git
synced 2026-09-24 23:10:56 +08:00
14 lines
392 B
JSON
14 lines
392 B
JSON
{
|
|
"name": "lime-playwright-tools",
|
|
"version": "1.0.0",
|
|
"description": "Playwright browser automation tools for Lime AI Agent",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "node browser-tool.mjs --action '{\"open\":{\"url\":\"https://example.com\"}}' --no-headless",
|
|
"install-browsers": "npx playwright install chromium"
|
|
},
|
|
"dependencies": {
|
|
"playwright": "^1.40.0"
|
|
}
|
|
}
|