{
    "name": "@leverageaiapps/locus-ssh",
    "version": "1.0.5",
    "description": "SSH-mode version of Locus - Forward terminal without ANSI codes. Clean output for AI processing.",
    "main": "dist/index.js",
    "bin": {
        "locus": "./dist/index.js"
    },
    "scripts": {
        "build": "tsc",
        "dev": "ts-node src/index.ts",
        "start": "node dist/index.js",
        "postinstall": "node scripts/postinstall.js",
        "verify": "node scripts/verify-install.js",
        "prepublishOnly": "npm run build",
        "global-install": "npm install && npm run build && npm link"
    },
    "keywords": [
        "terminal",
        "mobile",
        "vortex",
        "tunnel",
        "remote",
        "ssh",
        "cli",
        "claude-code",
        "ai",
        "coding",
        "locus",
        "no-ansi",
        "clean-output"
    ],
    "author": "LeverageAI Apps",
    "license": "MIT",
    "dependencies": {
        "axios": "^1.7.9",
        "commander": "^12.1.0",
        "cookie-parser": "^1.4.7",
        "cors": "^2.8.5",
        "dotenv": "^16.4.7",
        "eventsource": "^2.0.2",
        "express": "^5.2.1",
        "node-pty": "^1.1.0",
        "qrcode-terminal": "^0.12.0",
        "ws": "^8.19.0"
    },
    "devDependencies": {
        "@types/cookie-parser": "^1.4.10",
        "@types/cors": "^2.8.19",
        "@types/eventsource": "^1.1.15",
        "@types/express": "^5.0.6",
        "@types/node": "^20.17.12",
        "@types/qrcode-terminal": "^0.12.2",
        "@types/ws": "^8.18.1",
        "ts-node": "^10.9.2",
        "typescript": "^5.7.2"
    },
    "engines": {
        "node": ">=18.0.0"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/leverageaiapp/Locus.git"
    },
    "bugs": {
        "url": "https://github.com/leverageaiapp/Locus/issues"
    },
    "homepage": "https://github.com/leverageaiapp/Locus#readme"
}
