{
"name": "chrome-agent",
"version": "0.7.0",
"description": "Browser automation for AI agents. Single binary, zero dependencies, CDP direct.",
"type": "module",
"bin": {
"chrome-agent": "./bin/chrome-agent.js"
},
"scripts": {
"postinstall": "node scripts/postinstall.js"
},
"files": [
"bin/",
"scripts/",
"README.md",
"LICENSE"
],
"keywords": [
"browser",
"automation",
"ai",
"agent",
"cdp",
"chrome",
"headless",
"cli"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/sderosiaux/chrome-agent.git"
},
"author": "Stephane Derosiaux"
}