agent-browser

This commit is contained in:
Chris Tate
2026-01-10 22:51:59 -06:00
parent 6de8102978
commit 0cd29aa119
6 changed files with 194 additions and 194 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
{
"name": "veb",
"name": "agent-browser",
"version": "1.0.0",
"description": "Headless browser automation CLI for agents and humans",
"description": "Headless browser automation CLI for AI agents",
"type": "module",
"main": "dist/index.js",
"bin": {
"veb": "./bin/veb"
"agent-browser": "./bin/agent-browser"
},
"scripts": {
"build": "tsc",