{
  "name": "@ch4acko3/frontal-lobe",
  "version": "0.1.4",
  "description": "Frontal Lobe CLI, Gateway, Codex and Claude Code adapters, skills, and debug UI.",
  "license": "MIT",
  "type": "module",
  "homepage": "https://github.com/memorax-agent/Frontal-Lobe#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/memorax-agent/Frontal-Lobe.git"
  },
  "bugs": {
    "url": "https://github.com/memorax-agent/Frontal-Lobe/issues"
  },
  "keywords": [
    "agent",
    "codex",
    "gateway",
    "memorax",
    "workflow"
  ],
  "os": [
    "darwin"
  ],
  "cpu": [
    "arm64"
  ],
  "bin": {
    "frontal": "bin/frontal.mjs",
    "frontal-chat": "bin/frontal-chat.mjs",
    "frontal-claude": "bin/frontal-claude.mjs",
    "frontal-codex": "bin/frontal-codex.mjs",
    "frontal-core": "bin/frontal-core.mjs",
    "frontal-gateway": "bin/frontal-gateway.mjs",
    "frontal-gateway-profile": "bin/frontal-gateway-profile.mjs",
    "frontal-mcp-server": "bin/frontal-mcp-server.mjs",
    "frontal-terminal": "bin/frontal-terminal.mjs"
  },
  "files": [
    "bin",
    "lib",
    "README.md"
  ],
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "smol-toml": "^1.7.0"
  },
  "scripts": {
    "postinstall": "node ./bin/frontal-codex-plugin-postinstall.mjs"
  }
}
