{
  "name": "@ai-setting/roy-agent-cli",
  "version": "1.7.30",
  "type": "module",
  "description": "CLI for roy-agent - Non-interactive command execution",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "roy-agent": "./dist/bin/roy-agent.js"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist/**/*",
    "README.md"
  ],
  "scripts": {
    "build": "bunup && bun run postbuild",
    "postbuild": "bun run scripts/postbuild.ts",
    "clean": "rm -rf dist",
    "lint": "eslint --max-warnings 0 src/",
    "lint:fix": "eslint --fix src/",
    "typecheck": "npx tsc --noEmit --skipLibCheck"
  },
  "dependencies": {
    "@ai-setting/roy-agent-coder-harness": "^1.5.50",
    "@ai-setting/roy-agent-core": "^1.5.83",
    "@ai-setting/roy-agent-ontology-harness": "^1.5.47",
    "@clack/prompts": "^1.7.0",
    "chalk": "^5.6.2",
    "cli-highlight": "^2.1.11",
    "commander": "^14.0.3",
    "effect": "^3.21.2",
    "ink": "^5.2.1",
    "ink-text-input": "^6.0.0",
    "marked": "^18.0.7",
    "pyright": "^1.1.409",
    "react": "^18",
    "react-devtools-core": "^7.0.1",
    "react-dom": "^18",
    "typescript-language-server": "^5.1.3",
    "vscode-css-languageserver-bin": "^1.4.0",
    "vscode-html-languageserver-bin": "^1.4.0",
    "vscode-json-languageserver": "^1.3.4",
    "yargs": "^17.7.2",
    "zod-to-json-schema": "^3.25.2",
    "@earendil-works/pi-ai": "^0.74.2"
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "@types/yargs": "^17.0.32",
    "@typescript-eslint/parser": "^8.62.1",
    "bunup": "^0.16.0",
    "eslint": "^10.6.0",
    "ink-testing-library": "^4.0.0",
    "typescript": "^5.3.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ai-setting/roy-agent.git",
    "directory": "packages/cli"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "keywords": [
    "roy-agent",
    "agent",
    "ai",
    "cli",
    "command-line"
  ],
  "author": "ai-setting",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ai-setting/roy-agent/issues"
  }
}
