{
  "name": "aurix-ai",
  "version": "3.2.1",
  "description": "Open-source terminal AI agent for coding, deep research, automation, and multi-platform task execution.",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "aurix": "bin/aurix.js"
  },
  "keywords": [
    "ai",
    "agent",
    "terminal",
    "cli",
    "typescript",
    "bun",
    "openai",
    "anthropic",
    "automation",
    "research",
    "productivity",
    "devtools",
    "browser-automation",
    "multi-agent",
    "llm",
    "developer-tools",
    "discord-bot",
    "telegram-bot",
    "git-automation",
    "github-api",
    "captcha-solver",
    "langgraph"
  ],
  "homepage": "https://github.com/DekaPrayoga/AurixAgent",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DekaPrayoga/AurixAgent.git"
  },
  "bugs": {
    "url": "https://github.com/DekaPrayoga/AurixAgent/issues"
  },
  "license": "MIT",
  "engines": {
    "node": ">=20.3.0"
  },
  "files": [
    "bin/",
    "dist/",
    "scripts/",
    "training/",
    "skills/",
    "README.md"
  ],
  "scripts": {
    "build": "node scripts/build.cjs",
    "typecheck": "tsc --noEmit",
    "dev": "tsx src/index.tsx",
    "start": "node dist/index.js",
    "prepare": "node scripts/build.cjs",
    "postinstall": "node scripts/postinstall.mjs",
    "deploy": "bash scripts/deploy.sh",
    "deploy:mac": "bash scripts/deploy-macos.sh",
    "deploy:win": "powershell -ExecutionPolicy Bypass -File scripts/deploy.ps1",
    "lint": "eslint \"src/**/*.{ts,tsx}\"",
    "test:tui": "bun scripts/tui-regression/run.ts",
    "format": "prettier --write \"src/**/*.{ts,tsx}\""
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.35.0",
    "@fastify/cors": "^11.2.0",
    "@opentui/core": "^0.4.0",
    "@opentui/react": "^0.4.0",
    "chalk": "^5.3.0",
    "cloakbrowser": "^0.3.31",
    "fastify": "^5.8.5",
    "js-tiktoken": "^1.0.21",
    "js-yaml": "^4.1.0",
    "marked": "^15.0.12",
    "marked-terminal": "^7.3.0",
    "mmdb-lib": "^3.0.2",
    "node-cron": "^4.5.0",
    "openai": "^4.70.0",
    "ora": "^8.2.0",
    "playwright-core": "^1.60.0",
    "react": "^19.2.7",
    "react-reconciler": "^0.33.0",
    "sharp": "^0.34.5",
    "sql.js": "^1.14.1",
    "systeminformation": "^5.23.0",
    "undici": "^6.22.0"
  },
  "devDependencies": {
    "@types/js-yaml": "^4.0.9",
    "@types/marked-terminal": "^6.1.1",
    "@types/node": "^22.0.0",
    "@types/node-cron": "^3.0.11",
    "@types/react": "^18.3.0",
    "@types/sql.js": "^1.4.11",
    "@typescript-eslint/eslint-plugin": "^8.61.0",
    "@typescript-eslint/parser": "^8.61.0",
    "eslint": "^10.4.1",
    "prettier": "^3.8.4",
    "tsx": "^4.19.0",
    "typescript": "^5.6.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "optionalDependencies": {
    "discord.js": "^14.18.0",
    "pino": "^10.3.1"
  }
}
