{
  "name": "@yuvakiran-zen/zen-cli",
  "version": "1.0.29", 
  "description": "Intelligent Code Agent powered by Zen",
  "main": "zen-cli.js",
  "bin": {
    "zen-cli": "./zen-cli.js"
  },
  "scripts": {
    "build": "webpack --config webpack.config.js",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "ai",
    "code-generation", 
    "cli",
    "anthropic",
    "claude",
    "zen",
    "mcp",
    "intelligent-agent"
  ],
  "author": "Zen Team",
  "license": "UNLICENSED",
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "zen-cli.js",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  }
}