{
  "name": "neuro-cli",
  "version": "5.0.0",
  "description": "Advanced AI-powered terminal coding assistant with multi-agent orchestration, sub-agent spawning, ACP protocol, OS-level sandboxing, spec-driven development, smart monitoring, multi-model routing, MCP Apps, auto-updater, and 23+ free models",
  "main": "dist/index.js",
  "bin": {
    "neuro": "dist/index.js"
  },
  "type": "module",
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsx src/index.ts",
    "start": "node dist/index.js",
    "lint": "eslint src/",
    "clean": "rm -rf dist/",
    "prepublishOnly": "npm run build",
    "postinstall": "node -e \"console.log('\\n  Thanks for installing NeuroCLI! Run \\'neuro\\' to get started.\\n')\""
  },
  "keywords": [
    "ai",
    "cli",
    "coding",
    "assistant",
    "openrouter",
    "agent",
    "multi-agent",
    "llm",
    "terminal",
    "chatgpt",
    "copilot",
    "code-assistant",
    "mcp",
    "spec-driven",
    "sandbox"
  ],
  "author": "Muhammed Turan <muhammedturan65>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/muhammedturan65/neuro-cli.git"
  },
  "homepage": "https://github.com/muhammedturan65/neuro-cli#readme",
  "bugs": {
    "url": "https://github.com/muhammedturan65/neuro-cli/issues"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "chalk": "^5.3.0",
    "commander": "^12.1.0",
    "dotenv": "^16.4.5",
    "eventsource-parser": "^2.0.1",
    "glob": "^10.4.5",
    "ink": "^5.1.0",
    "ink-markdown": "^1.0.4",
    "ink-spinner": "^5.0.0",
    "ink-text-input": "^6.0.0",
    "inquirer": "^9.3.5",
    "json5": "^2.2.3",
    "marked": "^13.0.3",
    "marked-terminal": "^7.2.1",
    "node-emoji": "^2.1.3",
    "open": "^10.1.0",
    "ora": "^8.0.1",
    "react": "^18.3.1",
    "tiktoken": "^1.0.17"
  },
  "devDependencies": {
    "@types/inquirer": "^9.0.7",
    "@types/node": "^22.5.5",
    "@types/react": "^18.3.5",
    "@types/ws": "^8.18.1",
    "tsx": "^4.19.1",
    "typescript": "^5.9.3"
  }
}
