{
  "name": "aiexecode",
  "version": "1.0.159",
  "description": "Your intelligent coding companion that thinks, plans, and builds with you",
  "main": "index.js",
  "type": "module",
  "license": "SEE LICENSE IN LICENSE",
  "private": false,
  "bin": {
    "aiexecode": "./index.js"
  },
  "files": [
    "index.js",
    "src/",
    "prompts/",
    "config_template/",
    "mcp-agent-lib/",
    "payload_viewer/web_server.js",
    "payload_viewer/out/**/*",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">= 18.0.0",
    "npm": ">= 8.0.0"
  },
  "homepage": "https://aiexecode.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/kstost/aiexecode"
  },
  "bugs": "https://github.com/kstost/aiexecode/issues",
  "keywords": [
    "ai",
    "agent",
    "cli",
    "coding",
    "automation",
    "openai",
    "gpt"
  ],
  "author": {
    "name": "코드깎는노인",
    "url": "https://aiexecode.com"
  },
  "contributors": [],
  "scripts": {
    "start": "node index.js"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.68.0",
    "@google/generative-ai": "^0.24.1",
    "@modelcontextprotocol/sdk": "^1.19.1",
    "ansi-regex": "^6.2.2",
    "chalk": "^5.4.1",
    "commander": "^14.0.1",
    "diff": "^8.0.2",
    "dotenv": "^17.2.0",
    "ejs": "^3.1.10",
    "express": "^5.1.0",
    "glob": "^11.0.3",
    "ink": "^6.3.1",
    "ink-gradient": "^3.0.0",
    "ink-spinner": "^5.0.0",
    "inquirer": "^12.9.6",
    "lowlight": "^3.3.0",
    "openai": "^6.5.0",
    "react": "^19.2.0",
    "string-width": "^7.2.0",
    "wrap-ansi": "^9.0.2"
  }
}
