{
  "name": "@agxnte/reidx",
  "version": "2.0.3",
  "description": "Terminal-native personal intelligence and coding CLI (agent-first runtime)",
  "bin": {
    "reid": "bin/reidx.js"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.js"
  },
  "files": [
    "bin",
    "scripts",
    "src",
    "pyproject.toml",
    "README.md"
  ],
  "engines": {
    "node": ">=16"
  },
  "os": [
    "win32",
    "darwin",
    "linux"
  ],
  "preferGlobal": true,
  "license": "MIT",
  "author": "Reid",
  "keywords": [
    "cli",
    "agent",
    "ai",
    "reidx",
    "terminal"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ryyReid/ReidX.git"
  }
}
