{
  "name": "@jait/gateway",
  "version": "0.1.693",
  "description": "Jait AI gateway — local-first AI coding agent with terminal, filesystem, and browser control",
  "author": "JakobWl",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "jait": "./bin/jait.mjs"
  },
  "files": [
    "dist",
    "bin",
    "web-dist",
    "skills"
  ],
  "scripts": {
    "prebuild": "bun run --filter @jait/web build && bun run bundle-web",
    "bundle-web": "node scripts/bundle-web.mjs",
    "build": "tsc",
    "dev": "bun run --filter @jait/web build && bun --watch src/index.ts",
    "start": "node dist/index.js",
    "postinstall": "node ./bin/install-runtime.mjs",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "ai",
    "agent",
    "coding",
    "gateway",
    "terminal",
    "local-first"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Widev-e-U/Jait.git",
    "directory": "packages/gateway"
  },
  "homepage": "https://jait.dev",
  "engines": {
    "node": ">=22.5.0"
  },
  "dependencies": {
    "@agentclientprotocol/sdk": "^0.21.0",
    "@fastify/cookie": "^11.0.2",
    "@fastify/cors": "^11.0.0",
    "@fastify/static": "^9.0.0",
    "@fastify/websocket": "^11.0.0",
    "@jait/screen-share": "^0.1.24",
    "@jait/shared": "^0.1.67",
    "@parcel/watcher": "^2.5.6",
    "baileys": "^7.0.0-rc13",
    "bun-pty": "^0.4.8",
    "dotenv": "^16.4.0",
    "drizzle-orm": "^0.45.1",
    "fastify": "^5.2.0",
    "jose": "^6.1.3",
    "nanoid": "^5.0.0",
    "node-pty": "^1.1.0",
    "pino": "^9.6.0",
    "playwright": "^1.58.2",
    "qrcode": "^1.5.4",
    "ws": "^8.18.0",
    "yaml": "^2.8.2",
    "zod": "^4.0.0"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.0",
    "@types/qrcode": "^1.5.6",
    "@types/ws": "^8.5.0",
    "drizzle-kit": "^0.31.9",
    "typescript": "^5.7.3"
  }
}
