{
  "name": "zyn-ai",
  "version": "1.5.2",
  "description": "Production-ready AI agent for CLI and TUI with real tool execution, 28+ providers, 217+ models, memory, and automation",
  "author": "SoyMaycol",
  "keywords": [
    "ai-agent",
    "cli-ai",
    "terminal-ai",
    "automation-agent",
    "developer-tools",
    "ai-cli",
    "nodejs-cli",
    "productivity-tool",
    "local-ai-agent",
    "command-line-ai",
    "tui-agent",
    "embeddable-agent",
    "ai-terminal",
    "llm-agent",
    "openai",
    "claude",
    "gemini",
    "zyn"
  ],
  "bin": {
    "zyn": "./zyn.js",
    "zyn-ai": "./zyn.js"
  },
  "type": "commonjs",
  "main": "./src/agent.js",
  "scripts": {
    "start": "node zyn.js",
    "dev": "node zyn.js",
    "check": "node scripts/check-syntax.js"
  },
  "dependencies": {
    "axios": "^1.7.9",
    "bcryptjs": "^3.0.3",
    "cheerio": "^1.2.0",
    "express": "^5.2.1",
    "express-session": "^1.18.1",
    "ink": "^7.1.0",
    "react": "^19.2.7",
    "react-dom": "^19.2.7",
    "session-file-store": "^1.5.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/SoyMaycol/Zyn"
  },
  "homepage": "https://github.com/SoyMaycol/Zyn#readme",
  "bugs": {
    "url": "https://github.com/SoyMaycol/Zyn/issues"
  },
  "engines": {
    "node": ">=22"
  },
  "license": "MIT",
  "files": [
    "zyn.js",
    "src/",
    "data/",
    "README.md",
    "LICENSE"
  ],
  "exports": {
    ".": "./src/agent.js",
    "./agent": "./src/agent.js"
  },
  "preferGlobal": true
}
