{
  "name": "@m13v/s4l-mcp",
  "version": "1.7.11",
  "private": true,
  "description": "Desktop MCP client for social-autoposter (X/Twitter rail): manual draft/review/approve loop, autopilot control, and stats. Thin wrapper over the existing pipeline scripts.",
  "license": "MIT",
  "type": "module",
  "bin": {
    "social-autoposter-mcp": "dist/index.js"
  },
  "scripts": {
    "build": "npm run build:panel && tsc",
    "build:panel": "vite build && S4L_PANEL_ENTRY=product-link vite build",
    "build:server": "tsc",
    "bundle:pipeline": "node bundle-pipeline.mjs",
    "build:bundle": "npm run build:panel && tsc && node bundle-pipeline.mjs",
    "start": "node dist/index.js",
    "dev": "tsc --watch",
    "install-clients": "node install.mjs",
    "uninstall-clients": "node install.mjs --uninstall"
  },
  "dependencies": {
    "@modelcontextprotocol/ext-apps": "^1.7.3",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@sentry/node": "^10.58.0",
    "ws": "^8.21.0",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.5.0",
    "vite": "^6.0.0",
    "vite-plugin-singlefile": "^2.0.0"
  }
}
