{
  "name": "janex-agent",
  "version": "1.0.32",
  "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": "^4.0.29",
    "@ai-sdk/openai": "^4.0.29",
    "@anthropic-ai/sdk": "0.35.0",
    "@fastify/cors": "11.2.0",
    "@modelcontextprotocol/sdk": "1.30.0",
    "@opentui/core": "0.5.0",
    "@opentui/react": "0.5.0",
    "@types/sql.js": "1.4.11",
    "ai": "^7.0.51",
    "axios": "1.19.0",
    "blessed": "0.1.81",
    "boxen": "7.1.1",
    "chalk": "5.6.2",
    "cheerio": "1.2.0",
    "chokidar": "3.6.0",
    "cloakbrowser": "0.3.31",
    "commander": "12.1.0",
    "conf": "13.1.0",
    "dockerode": "^5.0.1",
    "enquirer": "2.4.1",
    "exceljs": "^4.4.0",
    "fastify": "5.8.5",
    "figlet": "1.11.4",
    "fs-extra": "11.4.0",
    "glob": "10.5.0",
    "googleapis": "^174.0.0",
    "gradient-string": "2.0.2",
    "ink": "5.2.1",
    "ink-text-input": "6.0.0",
    "inquirer": "9.3.8",
    "js-tiktoken": "1.0.21",
    "js-yaml": "4.3.1",
    "marked": "15.0.12",
    "marked-terminal": "7.3.0",
    "mmdb-lib": "3.0.2",
    "node-cron": "4.5.0",
    "nodemailer": "^9.0.4",
    "openai": "4.104.0",
    "ora": "8.2.0",
    "pdf-parse": "1.1.4",
    "playwright-core": "1.60.0",
    "qrcode": "1.5.4",
    "react": "19.2.7",
    "react-reconciler": "0.33.0",
    "sharp": "^0.35.3",
    "sql.js": "1.14.1",
    "systeminformation": "5.31.7",
    "telegraf": "4.16.3",
    "terminal-link": "3.0.0",
    "whois": "2.16.2",
    "ws": "8.21.0",
    "yaml": "2.9.0",
    "zod": "3.25.76",
    "zod-to-json-schema": "3.25.2"
  },
  "devDependencies": {
    "@types/blessed": "0.1.27",
    "@types/inquirer": "9.0.10",
    "@types/node": "22.19.21",
    "@types/nodemailer": "6.4.24",
    "@types/pdf-parse": "1.1.5",
    "@types/puppeteer": "5.4.7",
    "@types/react": "18.3.31",
    "@types/ws": "8.18.1",
    "@typescript-eslint/eslint-plugin": "8.61.0",
    "@typescript-eslint/parser": "8.61.0",
    "eslint": "9.39.5",
    "prettier": "3.8.4",
    "tsx": "4.22.4",
    "typescript": "5.9.3",
    "undici": "^6.28.0",
    "uuid": "^14.0.1",
    "vitest": "^4.1.10"
  },
  "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"
  },
  "overrides": {
    "exceljs": {
      "uuid": "^11.0.0"
    }
  }
}
