chrome-cdp-cli 1.7.1 ā 1.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chrome-cdp-cli",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.2",
|
|
4
4
|
"description": "LLM-first browser automation CLI via Chrome DevTools Protocol. Eval-first design optimized for AI assistants - LLMs write JavaScript scripts for rapid validation. Features: JavaScript execution, element interaction, screenshots, DOM snapshots, console/network monitoring. Built-in IDE integration for Cursor and Claude.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -34,7 +34,8 @@
|
|
|
34
34
|
"package": "npm run build:prod && npm pack",
|
|
35
35
|
"prepublishOnly": "npm run test:ci && npm run build:prod",
|
|
36
36
|
"prepack": "npm run build:prod",
|
|
37
|
-
"verify": "npm run lint && npm run test:ci && npm run build:prod"
|
|
37
|
+
"verify": "npm run lint && npm run test:ci && npm run build:prod",
|
|
38
|
+
"postinstall": "node -e \"console.log('\\nš chrome-cdp-cli installed successfully!\\n\\nš Quick Start:\\n 1. Start Chrome with debugging: chrome --remote-debugging-port=9222\\n 2. Try: chrome-cdp-cli eval \\\"document.title\\\"\\n 3. Get help: chrome-cdp-cli --help\\n\\nš More info: https://github.com/nicoster/chrome-devtools-cli\\n')\""
|
|
38
39
|
},
|
|
39
40
|
"keywords": [
|
|
40
41
|
"chrome",
|