File size: 811 Bytes
b9a3ef2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
    "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"
}