15 lines
305 B
JSON
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"
|
|
}
|
|
}
|
|
|