Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:38:04 +08:00
commit 87e0ee9b48
12 changed files with 720 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"name": "browser-tools-scripts",
"version": "1.0.0",
"type": "module",
"description": "Chrome DevTools Protocol automation scripts for Claude Code browser-tools plugin",
"dependencies": {
"puppeteer-core": "^23.11.1"
}
}