{
  "name": "openai-code-assistant",
  "version": "1.0.7",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node dist/index.js",
    "dev": "tsx src/index.ts",
    "typecheck": "tsc --noEmit",
    "build": "tsc && npm run copy-docs",
    "copy-docs": "node scripts/copy-docs.mjs"
  },
  "bin": {
    "openai-code-assistant": "dist/index.js"
  },
  "author": "https://github.com/shamshodisaev",
  "license": "ISC",
  "description": "",
  "keywords": [
    "OpenAI",
    "AI agents",
    "CLI tool",
    "code assistant",
    "code review",
    "documentation generator",
    "refactoring",
    "supervisor agent",
    "AI task orchestration",
    "chatbot",
    "OpenAI CLI",
    "interactive assistant"
  ],
  "type": "module",
  "devDependencies": {
    "@types/node": "^25.3.3",
    "ts-node": "^10.9.2",
    "ts-node-dev": "^2.0.0",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "@openai/agents": "^0.5.3",
    "@types/inquirer": "^9.0.9",
    "@types/marked-terminal": "^6.1.1",
    "chalk": "^5.6.2",
    "dotenv": "^17.3.1",
    "inquirer": "^13.3.0",
    "marked": "^15.0.12",
    "marked-terminal": "^7.3.0",
    "openai": "^6.25.0",
    "zod": "^4.3.6"
  }
}
