first commit
This commit is contained in:
14
package.json
Normal file
14
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user