{
  "name": "agenticros-monorepo",
  "version": "0.0.1",
  "private": true,
  "type": "module",
  "description": "AgenticROS — monorepo for ROS2 + AI agent integrations. The publishable CLI lives in packages/agenticros-cli (npm: `agenticros`).",
  "scripts": {
    "build": "pnpm -r build",
    "clean": "pnpm -r exec rm -rf dist tsconfig.tsbuildinfo",
    "lint": "pnpm -r lint",
    "typecheck": "pnpm -r typecheck",
    "test": "pnpm test:scripts && pnpm -r --workspace-concurrency 1 --if-present test",
    "test:scripts": "node --test scripts/__tests__/*.test.mjs",
    "mcp:kill": "pkill -f 'node packages/agenticros-claude-code/dist/index.js' || true",
    "sync-skill-tools": "node scripts/sync-skill-tools.mjs",
    "sync-skill-tools:dry": "node scripts/sync-skill-tools.mjs --dry-run --verbose",
    "refresh:skills": "node scripts/refresh-skill-deps.mjs",
    "refresh:skills:dry": "node scripts/refresh-skill-deps.mjs --dry-run --verbose",
    "deploy:plugin": "bash scripts/setup_gateway_plugin.sh --skip-build --no-systemd --no-restart"
  },
  "engines": {
    "node": ">=20.0.0",
    "pnpm": ">=9.0.0"
  },
  "packageManager": "pnpm@9.15.4",
  "author": "PlaiPin",
  "license": "Apache-2.0",
  "pnpm": {
    "patchedDependencies": {
      "@eclipse-zenoh/zenoh-ts@1.9.0": "patches/@eclipse-zenoh__zenoh-ts@1.9.0.patch"
    }
  }
}
