{
  "name": "omo-ai",
  "version": "5.0.0",
  "type": "module",
  "description": "OmO Native - the standalone omo command with the OMO extension built in: bun add -g omo-ai",
  "bin": {
    "omo": "bin/omo.js"
  },
  "files": [
    "bin",
    "plugin"
  ],
  "engines": {
    "node": ">=24.0.0"
  },
  "scripts": {
    "postinstall": "node bin/senpi-patch.mjs"
  },
  "dependencies": {
    "@babel/parser": "8.0.4",
    "@code-yeongyu/senpi": "2026.9.26"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/code-yeongyu/oh-my-openagent.git"
  }
}
