{
  "name": "autonoma-ai",
  "version": "1.0.2",
  "description": "AI agent platform with multi-channel support, intelligent memory, and real-time dashboard",
  "bin": {
    "autonoma": "./bin/autonoma.js"
  },
  "scripts": {
    "prepack": "node scripts/prepack.js",
    "prepublishOnly": "node scripts/prepublish-check.js",
    "postinstall": "node scripts/install.js"
  },
  "keywords": [
    "ai-agent",
    "llm",
    "chatbot",
    "ai-assistant",
    "digital-employee",
    "telegram-bot",
    "discord-bot",
    "whatsapp",
    "openrouter",
    "anthropic",
    "claude",
    "sqlite",
    "dashboard",
    "multi-channel",
    "memory"
  ],
  "author": "Muhammad Usman",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MuhammadUsmanGM/autonoma.git"
  },
  "bugs": {
    "url": "https://github.com/MuhammadUsmanGM/autonoma/issues"
  },
  "homepage": "https://github.com/MuhammadUsmanGM/autonoma#readme",
  "engines": {
    "node": ">=18.0.0"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "files": [
    "bin/",
    "scripts/",
    "autonoma/",
    "dashboard/dist/",
    "dashboard/package.json",
    "whatsapp-bridge/index.js",
    "whatsapp-bridge/package.json",
    "workspace/SOUL.md",
    "autonoma.yaml",
    ".env.example",
    "pyproject.toml",
    "README.md",
    "LICENSE"
  ]
}
