{
  "name": "reidsh",
  "version": "2.0.3",
  "description": "Terminal-native personal intelligence and coding CLI (agent-first runtime)",
  "keywords": [
    "cli",
    "agent",
    "ai",
    "reidsh",
    "terminal"
  ],
  "homepage": "https://github.com/AgntONG/ReidCLI#readme",
  "bugs": {
    "url": "https://github.com/AgntONG/ReidCLI/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AgntONG/ReidCLI.git"
  },
  "license": "MIT",
  "author": "Agxnte",
  "type": "commonjs",
  "main": "index.js",
  "bin": {
    "reid": "bin/reidsh.js",
    "reidsh": "bin/reidsh.js"
  },
  "directories": {
    "doc": "docs",
    "test": "tests"
  },
  "files": [
    "bin",
    "scripts",
    "src",
    "pyproject.toml",
    "README.md"
  ],
  "scripts": {
    "postinstall": "node scripts/postinstall.js"
  },
  "engines": {
    "node": ">=16"
  },
  "os": [
    "win32",
    "darwin",
    "linux"
  ],
  "preferGlobal": true
}
