{
  "name": "natureco-cli",
  "version": "5.28.0",
  "description": "OpenClaw'dan daha güvenli, daha hızlı, daha ucuz AI agent CLI. Multi-agent, self-evolving skills, audit log, maliyet optimizasyonu ve NatureCo platform-native.",
  "bin": {
    "natureco": "bin/natureco.js"
  },
  "files": [
    "bin/",
    "src/",
    "scripts/",
    "skills/",
    "README.md",
    "CHANGELOG.md",
    "AUDIT.md",
    "DEPLOY_v2.0.0.md"
  ],
  "scripts": {
    "test": "vitest run",
    "test:unit": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "lint": "eslint src/ bin/ test/",
    "lint:fix": "eslint src/ bin/ test/ --fix",
    "lint:errors-only": "eslint src/ bin/ test/ --quiet",
    "smoke": "node --check bin/natureco.js && node bin/natureco.js help",
    "postinstall": "node scripts/postinstall.js",
    "prepublishOnly": "node --check bin/natureco.js && eslint src/ bin/ test/ --quiet && vitest run"
  },
  "keywords": [
    "natureco",
    "ai",
    "ai-agent",
    "bot",
    "cli",
    "terminal",
    "openclaw-alternative",
    "claude-code-alternative",
    "multi-agent",
    "self-evolving-skills",
    "audit-log",
    "cost-optimization",
    "seo",
    "türkçe",
    "turkish",
    "whatsapp-bot",
    "telegram-bot",
    "discord-bot",
    "natureco-me"
  ],
  "author": {
    "name": "Gencay Olgun",
    "email": "hello@natureco.me",
    "url": "https://natureco.me"
  },
  "homepage": "https://natureco.me/cli",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/natureco-official/natureco-cli.git"
  },
  "bugs": {
    "url": "https://github.com/natureco-official/natureco-cli/issues"
  },
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.105.0",
    "@inquirer/prompts": "^8.5.2",
    "@slack/web-api": "^7.17.0",
    "@whiskeysockets/baileys": "^7.0.0-rc10",
    "chalk": "^4.1.2",
    "commander": "^11.1.0",
    "discord.js": "^14.26.4",
    "irc": "^0.5.2",
    "mattermost": "^3.4.0",
    "node-cron": "^4.2.1",
    "node-telegram-bot-api": "^0.67.0",
    "openai": "^6.45.0",
    "pino": "^8.21.0",
    "qrcode": "^1.5.4",
    "qrcode-terminal": "^0.12.0",
    "semver": "^7.8.1",
    "twilio": "^6.0.2",
    "ws": "^8.20.0"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@vitest/coverage-v8": "^4.1.9",
    "eslint": "^10.6.0",
    "globals": "^15.15.0",
    "vitest": "^4.1.9"
  }
}
