{
  "name": "teamshare-bridge",
  "version": "0.21.67",
  "description": "Local bridge for TeamShare agents - CLI session runner, auto-wake WebSocket daemon, and teamshare:// protocol handler.",
  "type": "commonjs",
  "license": "MIT",
  "keywords": [
    "teamshare",
    "agent",
    "bridge",
    "mcp",
    "ai",
    "automation"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dominionbanjo/teamshare-bridge.git"
  },
  "files": [
    "dist",
    "skills",
    "templates",
    "tools",
    "README.md"
  ],
  "bin": {
    "teamshare-agent": "dist/cli/index.js",
    "teamshare-bridge": "dist/bridge/index.js"
  },
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "prepare": "npm run build",
    "dev": "tsc -p tsconfig.json --watch",
    "lint": "eslint src --ext .ts",
    "typecheck": "tsc --noEmit -p tsconfig.json",
    "test:unit": "node --test \"tests/**/*.test.mjs\""
  },
  "dependencies": {
    "@matbee/libreoffice-converter": "^1.0.0",
    "@napi-rs/canvas": "^1.0.8",
    "@types/better-sqlite3": "^9.6.0",
    "@types/ws": "^8.18.1",
    "better-sqlite3": "^13.0.3",
    "chart.js": "^4.5.1",
    "docx": "^9.7.1",
    "jszip": "^3.10.2",
    "mammoth": "^1.12.3",
    "pdfkit": "^0.20.2",
    "pptxgenjs": "^4.0.1",
    "qrcode": "^1.5.4",
    "sharp": "^0.35.4",
    "socket.io-client": "^4.8.3",
    "ws": "^8.21.3",
    "xlsx-populate": "^1.21.0",
    "zod": "^4.6.5"
  },
  "optionalDependencies": {
    "@napi-rs/keyring": "^1.3.0"
  },
  "devDependencies": {
    "@types/node": "^22.20.1",
    "@types/pdfkit": "^0.17.6",
    "@types/qrcode": "^1.5.6",
    "typescript": "^5.6.0"
  }
}
