first commit

This commit is contained in:
2025-10-27 16:02:30 +07:00
commit 8a44b67d0c
7 changed files with 481 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "browser-tab-debugger",
"version": "1.0.0",
"description": "Execute scripts on Chrome tabs via remote debugging",
"main": "run-script.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"axios": "^1.6.0",
"ws": "^8.14.0"
}
}