{
  "name": "@lizhao1/frontal-lobe",
  "version": "0.0.2",
  "description": "Frontal Lobe CLI, local memory backend, 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",
    "memory",
    "memorax"
  ],
  "bin": {
    "frontal": "bin/frontal.mjs",
    "frontal-backend": "bin/frontal-backend.mjs",
    "frontal-claude": "bin/frontal-claude.mjs",
    "frontal-codex": "bin/frontal-codex.mjs"
  },
  "files": [
    "bin",
    "docs",
    "examples",
    "lib",
    "README.md"
  ],
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "smol-toml": "^1.7.0"
  },
  "scripts": {
    "postinstall": "node ./bin/frontal-codex-plugin-postinstall.mjs"
  }
}
