{
    "name": "omni-antigravity-remote-chat",
    "version": "1.3.0",
    "type": "module",
    "description": "Premium mobile remote control for Antigravity AI sessions via CDP mirroring — multi-window, chat history, real-time sync",
    "keywords": [
        "antigravity",
        "windsurf",
        "mobile",
        "remote",
        "chat",
        "ai",
        "cdp",
        "chrome-devtools-protocol",
        "ide",
        "vscode"
    ],
    "homepage": "https://github.com/diegosouzapw/OmniAntigravityRemoteChat",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/diegosouzapw/OmniAntigravityRemoteChat.git"
    },
    "bugs": {
        "url": "https://github.com/diegosouzapw/OmniAntigravityRemoteChat/issues"
    },
    "bin": {
        "omni-chat": "./src/server.js"
    },
    "files": [
        "src/",
        "public/",
        "scripts/",
        "launcher.js",
        "test/",
        ".env.example",
        "README.md",
        "LICENSE"
    ],
    "scripts": {
        "start": "node src/server.js",
        "dev": "node src/server.js",
        "start:local": "node launcher.js --mode local",
        "start:web": "node launcher.js --mode web",
        "start:web:pinggy": "node launcher.js --mode web --provider pinggy",
        "setup:ssl": "node scripts/setup-ssl.js",
        "test": "node test/test.js",
        "test:unit": "vitest run",
        "test:unit:watch": "vitest",
        "test:coverage": "vitest run --coverage",
        "test:all": "npm test && npm run test:unit"
    },
    "dependencies": {
        "compression": "^1.8.1",
        "cookie-parser": "^1.4.7",
        "dotenv": "^17.3.1",
        "express": "^4.22.1",
        "qrcode-terminal": "^0.12.0",
        "ws": "^8.18.0"
    },
    "author": "Diego Souza <diegosouzapw@gmail.com> (https://github.com/diegosouzapw)",
    "contributors": [
        "Krishna Kanth B (https://github.com/krishnakanthb13)"
    ],
    "license": "GPL-3.0-only",
    "engines": {
        "node": ">=22.0.0"
    },
    "devDependencies": {
        "@vitest/coverage-v8": "^4.1.2",
        "vitest": "^4.1.2"
    }
}
