{
  "name": "@genesis-agent/cli",
  "version": "0.8.0",
  "description": "Genesis — universal autonomous AI agent with multi-agent swarm execution",
  "license": "SEE LICENSE IN LICENSE",
  "author": "raidhon",
  "homepage": "https://github.com/deadraid/genesis-releases",
  "repository": {
    "type": "git",
    "url": "https://github.com/deadraid/genesis-releases.git"
  },
  "bin": {
    "genesis": "bin/genesis.js"
  },
  "scripts": {
    "postinstall": "node install.js"
  },
  "files": [
    "bin/",
    "install.js",
    "LICENSE"
  ],
  "engines": {
    "node": ">=16"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ],
  "keywords": [
    "genesis",
    "ai",
    "agent",
    "llm",
    "swarm",
    "cli"
  ]
}
