{
  "name": "argonctl",
  "version": "2.0.1",
  "mcpName": "io.github.argon-lab/argon",
  "description": "Git for MongoDB: branch, time-travel, merge and undo - CLI",
  "keywords": [
    "mongodb",
    "database",
    "branching",
    "time-travel",
    "ml",
    "ai",
    "cli"
  ],
  "homepage": "https://github.com/argon-lab/argon",
  "bugs": {
    "url": "https://github.com/argon-lab/argon/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/argon-lab/argon.git"
  },
  "license": "MIT",
  "author": "Argon Lab",
  "main": "index.js",
  "bin": {
    "argon": "bin/argon.js",
    "argonctl": "bin/argon.js"
  },
  "files": [
    "bin/",
    "scripts/",
    "README.md"
  ],
  "scripts": {
    "postinstall": "node scripts/install.js",
    "preuninstall": "node scripts/uninstall.js"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ]
}
