Files
browser-tab-debugger/package.json
2025-10-27 16:02:30 +07:00

15 lines
305 B
JSON

{
"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"
}
}