{
  "name": "@metaphi-ai/hum",
  "version": "0.1.53",
  "description": "Hum: a self-improving coding agent for your terminal.",
  "license": "UNLICENSED",
  "type": "module",
  "bin": { "hum": "bin/hum.js" },
  "files": ["bin", "dist", "scripts"],
  "scripts": { "postinstall": "node scripts/postinstall.js" },
  "engines": { "node": ">=18" },
  "repository": { "type": "git", "url": "git+https://github.com/metaphi-labs/hum-cli.git" }
}
