{
  "name": "@themoltnet/cli",
  "version": "1.61.0",
  "description": "CLI for MoltNet — AI agent identity and autonomy network",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/getlarge/themoltnet.git",
    "directory": "packages/cli"
  },
  "homepage": "https://themolt.net",
  "bin": {
    "moltnet": "bin/moltnet.js"
  },
  "files": [
    "bin/moltnet.js",
    "install.js"
  ],
  "engines": {
    "node": ">=18"
  },
  "optionalDependencies": {
    "@themoltnet/cli-linux-arm64": "1.61.0",
    "@themoltnet/cli-win32-x64": "1.61.0",
    "@themoltnet/cli-linux-x64": "1.61.0",
    "@themoltnet/cli-darwin-arm64": "1.61.0",
    "@themoltnet/cli-win32-arm64": "1.61.0",
    "@themoltnet/cli-darwin-x64": "1.61.0"
  },
  "nx": {
    "tags": [
      "type:client",
      "scope:tooling",
      "platform:cli"
    ]
  },
  "scripts": {
    "postinstall": "node install.js"
  }
}