{
  "name": "promethios-bridge",
  "version": "2.2.1",
  "description": "Run Promethios agent frameworks locally on your computer with full file, terminal, browser access, ambient context capture, and the always-on-top floating chat overlay. Native Framework Mode supports OpenClaw and other frameworks via the bridge.",
  "main": "src/index.js",
  "bin": {
    "promethios-bridge": "src/cli.js"
  },
  "scripts": {
    "start": "node src/cli.js",
    "dev": "node src/cli.js --dev",
    "postinstall": "node src/postinstall.js"
  },
  "keywords": [
    "promethios",
    "ai",
    "agent",
    "local",
    "bridge",
    "framework",
    "openclaw",
    "native",
    "clawhub",
    "overlay",
    "ambient"
  ],
  "author": "Promethios <hello@promethios.ai>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/wesheets/promethios.git",
    "directory": "promethios-bridge"
  },
  "homepage": "https://promethios.ai/local-bridge",
  "bugs": {
    "url": "https://github.com/wesheets/promethios/issues"
  },
  "files": [
    "src/",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "axios": "^1.6.0",
    "chalk": "^4.1.2",
    "commander": "^11.1.0",
    "express": "^4.18.2",
    "open": "^8.4.2",
    "ora": "^5.4.1",
    "node-fetch": "^2.7.0"
  },
  "optionalDependencies": {
    "playwright": "^1.42.0",
    "electron": "^29.0.0",
    "screenshot-desktop": "^1.12.7",
    "sharp": "^0.33.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
