{
  "name": "@agenticros/openclaw",
  "version": "0.0.1",
  "type": "module",
  "description": "AgenticROS OpenClaw plugin — ROS2 tools, commands, and routes for the OpenClaw gateway",
  "openclaw": {
    "id": "agenticros",
    "activation": {
      "onStartup": true
    },
    "extensions": [
      "./dist/index.js"
    ]
  },
  "scripts": {
    "build": "tsc",
    "typecheck": "tsc --noEmit",
    "test": "node --test --test-force-exit \"dist/__tests__/*.test.js\""
  },
  "openclaw": {
    "extensions": [
      "./dist/index.js"
    ],    
    "compat": {
      "pluginApi": ">=2026.3.24-beta.2"
    },
    "build": {
      "openclawVersion": "2026.3.24-beta.2"
    }
  },
  "dependencies": {
    "@agenticros/core": "workspace:*",
    "@agenticros/object-detection": "workspace:*",
    "@agenticros/ros-camera": "workspace:*",
    "@sinclair/typebox": "^0.34.0"
  },
  "devDependencies": {
    "@types/node": "^20.17.0",
    "typescript": "^5.7.0"
  },
  "author": "PlaiPin",
  "license": "Apache-2.0"
}
