{
  "name": "janex-agent",
  "version": "1.0.22",
  "type": "module",
  "description": "Autonomous Multi-Agent AI Workspace in your terminal. Codes, researches, and executes real tasks with 40+ tools and 280+ skills",
  "main": "dist/index.js",
  "bin": {
    "janex": "./bin/janex.js"
  },
  "scripts": {
    "build": "node scripts/build.cjs",
    "dev": "tsx src/index.tsx",
    "start": "node dist/index.js",
    "prepare": "npm run build",
    "lint": "eslint src/**/*.ts",
    "format": "prettier --write \"src/**/*.ts\"",
    "test": "node node_modules/vitest/vitest.mjs run",
    "test:watch": "node node_modules/vitest/vitest.mjs",
    "postinstall": "node scripts/postinstall.mjs"
  },
  "keywords": [
    "ai",
    "agent",
    "automation",
    "terminal",
    "multi-agent",
    "browser",
    "captcha",
    "ctf",
    "research"
  ],
  "author": "Janex",
  "license": "MIT",
  "dependencies": {
    "@ai-sdk/anthropic": "^1.0.0",
    "@ai-sdk/openai": "^1.0.0",
    "@anthropic-ai/sdk": "^0.35.0",
    "@fastify/cors": "^11.2.0",
    "@modelcontextprotocol/sdk": "^1.0.0",
    "@opentui/core": "^0.5.0",
    "@opentui/react": "^0.5.0",
    "@types/sql.js": "^1.4.11",
    "ai": "^4.0.0",
    "axios": "^1.7.7",
    "blessed": "^0.1.81",
    "boxen": "^7.1.1",
    "chalk": "^5.3.0",
    "cheerio": "^1.0.0-rc.12",
    "chokidar": "^3.6.0",
    "cloakbrowser": "^0.3.31",
    "commander": "^12.1.0",
    "conf": "^13.0.1",
    "dockerode": "^4.0.4",
    "enquirer": "^2.4.1",
    "fastify": "^5.8.5",
    "figlet": "^1.7.0",
    "fs-extra": "^11.2.0",
    "glob": "^10.4.1",
    "googleapis": "^144.0.0",
    "gradient-string": "^2.0.2",
    "ink": "^5.0.1",
    "ink-text-input": "^6.0.0",
    "inquirer": "^9.3.7",
    "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",
    "nodemailer": "^6.9.16",
    "openai": "^4.68.0",
    "ora": "^8.0.1",
    "pdf-parse": "^1.1.1",
    "playwright-core": "^1.60.0",
    "qrcode": "^1.5.4",
    "react": "^19.2.7",
    "react-reconciler": "^0.33.0",
    "sharp": "^0.34.5",
    "sql.js": "^1.14.1",
    "systeminformation": "^5.23.0",
    "telegraf": "^4.16.3",
    "terminal-link": "^3.0.0",
    "undici": "^6.22.0",
    "whois": "^2.1.2",
    "ws": "^8.18.0",
    "xlsx": "^0.18.5",
    "yaml": "^2.4.5",
    "zod": "^3.23.8",
    "zod-to-json-schema": "^3.23.5"
  },
  "devDependencies": {
    "@types/blessed": "^0.1.25",
    "@types/inquirer": "^9.0.7",
    "@types/node": "^22.10.0",
    "@types/nodemailer": "^6.4.17",
    "@types/pdf-parse": "^1.1.4",
    "@types/puppeteer": "^5.4.3",
    "@types/react": "^18.3.12",
    "@types/ws": "^8.5.13",
    "@typescript-eslint/eslint-plugin": "^8.18.0",
    "@typescript-eslint/parser": "^8.18.0",
    "eslint": "^9.17.0",
    "prettier": "^3.3.5",
    "tsx": "^4.19.2",
    "typescript": "^5.6.3",
    "vitest": "^2.1.0"
  },
  "files": [
    "dist",
    "bin",
    "scripts",
    "LICENSE",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/JaneHax/JanexAgent.git"
  },
  "bugs": {
    "url": "https://github.com/JaneHax/JanexAgent/issues"
  },
  "homepage": "https://github.com/JaneHax/JanexAgent#readme",
  "engines": {
    "node": ">=18.0.0",
    "python": ">=3.9"
  },
  "config": {
    "dir": "~/.janex"
  },
  "optionalDependencies": {
    "@whiskeysockets/baileys": "^7.0.0-rc13",
    "discord.js": "^14.16.3",
    "pino": "^10.3.1"
  }
}
