agent-bridge / package.json
algorembrant's picture
Upload 18 files
b9a3ef2 verified
{
"name": "agent-bridge",
"version": "2.0.0",
"description": "Webapp-to-Antigravity-CLI bridging framework with MCP-like tool system",
"private": true,
"scripts": {
"dev": "npx tsx server/index.ts",
"dev:client": "cd client && npx vite --port 5173",
"start": "npx tsx server/index.ts",
"build": "cd client && npx vite build"
},
"dependencies": {
"cors": "^2.8.5",
"express": "^4.21.0",
"socket.io": "^4.7.5"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^22.0.0",
"tsx": "^4.19.0",
"typescript": "^5.6.0",
"vite": "^5.4.0"
},
"author": "Rembrant Oyangoren Albeos",
"license": "MIT"
}