{
  "name": "agenticros",
  "version": "0.7.23",
  "type": "module",
  "description": "AgenticROS - agentic AI for ROS-powered robots. Single CLI to launch real-robot or simulated demos, manage configuration, and inspect status.",
  "keywords": [
    "ros",
    "ros2",
    "robotics",
    "ai",
    "agent",
    "claude",
    "codex",
    "hermes",
    "openai",
    "openclaw",
    "gazebo",
    "simulation",
    "cli"
  ],
  "main": "./dist/index.js",
  "bin": {
    "agenticros": "./dist/index.js"
  },
  "files": [
    "dist",
    "templates",
    "runtime",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "scripts": {
    "build": "tsc",
    "typecheck": "tsc --noEmit",
    "test": "node --test --test-force-exit \"dist/__tests__/*.test.js\"",
    "clean": "rm -rf dist runtime tsconfig.tsbuildinfo",
    "pack:runtime": "node ../../scripts/pack-runtime.mjs",
    "size:check": "node ../../scripts/check-cli-tarball-size.mjs",
    "tarball:check": "node ../../scripts/check-cli-tarball-install.mjs",
    "prepublishOnly": "pnpm run clean && pnpm run build && pnpm run pack:runtime && pnpm run size:check && pnpm run tarball:check"
  },
  "dependencies": {
    "@agenticros/core": "^0.8.9",
    "@inquirer/prompts": "^7.0.0",
    "commander": "^12.1.0",
    "configstore": "^7.0.0",
    "execa": "^9.5.0",
    "ora": "^8.1.1",
    "picocolors": "^1.1.1"
  },
  "devDependencies": {
    "@types/configstore": "^6.0.2",
    "@types/node": "^20.17.0",
    "typescript": "^5.7.0"
  },
  "author": "Chris Matthieu",
  "license": "Apache-2.0",
  "homepage": "https://agenticros.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/agenticros/agenticros.git",
    "directory": "packages/agenticros-cli"
  }
}
