config/package.json
Hoid eb46e5635f Update QA instructions: use browser tool instead of Playwright scripts
Headless Chrome 145 now working on VM. QA agents can use the
browser tool directly for page testing, snapshots, and interaction.
2026-02-14 23:04:01 +00:00

21 lines
426 B
JSON

{
"name": "workspace",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.cloonar.com/openclawd/config.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"exceljs": "^4.4.0",
"mysql2": "^3.16.3",
"playwright": "^1.58.2"
}
}