{
  "name": "agentmail-cli",
  "version": "0.7.14",
  "description": "The official CLI for the AgentMail API",
  "bin": {
    "agentmail": "./bin/agentmail"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.js"
  },
  "binaryVersion": "0.7.14",
  "keywords": [
    "agentmail",
    "cli",
    "email",
    "api"
  ],
  "homepage": "https://agentmail.to",
  "repository": {
    "type": "git",
    "url": "https://github.com/agentmail-to/agentmail-cli"
  },
  "license": "Apache-2.0",
  "engines": {
    "node": ">=16"
  }
}
