{
  "artifactDownloadUrls": [
    "https://github.com/star-setup/core/releases/download/v0.4.6"
  ],
  "author": "Mason L'Etoile <contact@masonletoile.ca>",
  "bin": {
    "star-setup": "run-star-setup.js"
  },
  "dependencies": {
    "axios": "^1.13.5",
    "axios-proxy-builder": "^0.1.2",
    "console.table": "^0.10.0",
    "detect-libc": "^2.1.2",
    "rimraf": "^6.1.3"
  },
  "description": "Lightweight CLI to clone, configure, and wire single or multi-repo ecosystems",
  "devDependencies": {
    "prettier": "^3.8.1"
  },
  "engines": {
    "node": ">=14",
    "npm": ">=6"
  },
  "glibcMinimum": {
    "major": 2,
    "series": 35
  },
  "homepage": "https://github.com/star-setup/core",
  "name": "@star-setup/star-setup",
  "preferUnplugged": true,
  "repository": "https://github.com/star-setup/core",
  "scripts": {
    "fmt": "prettier --write **/*.js",
    "fmt:check": "prettier --check **/*.js",
    "postinstall": "node ./install.js"
  },
  "supportedPlatforms": {
    "aarch64-apple-darwin": {
      "artifactName": "star-setup-aarch64-apple-darwin.tar.xz",
      "bins": {
        "star-setup": "star-setup"
      },
      "zipExt": ".tar.xz"
    },
    "aarch64-pc-windows-msvc": {
      "artifactName": "star-setup-x86_64-pc-windows-msvc.zip",
      "bins": {
        "star-setup": "star-setup.exe"
      },
      "zipExt": ".zip"
    },
    "aarch64-unknown-linux-gnu": {
      "artifactName": "star-setup-aarch64-unknown-linux-gnu.tar.xz",
      "bins": {
        "star-setup": "star-setup"
      },
      "zipExt": ".tar.xz"
    },
    "x86_64-apple-darwin": {
      "artifactName": "star-setup-x86_64-apple-darwin.tar.xz",
      "bins": {
        "star-setup": "star-setup"
      },
      "zipExt": ".tar.xz"
    },
    "x86_64-pc-windows-gnu": {
      "artifactName": "star-setup-x86_64-pc-windows-msvc.zip",
      "bins": {
        "star-setup": "star-setup.exe"
      },
      "zipExt": ".zip"
    },
    "x86_64-pc-windows-msvc": {
      "artifactName": "star-setup-x86_64-pc-windows-msvc.zip",
      "bins": {
        "star-setup": "star-setup.exe"
      },
      "zipExt": ".zip"
    },
    "x86_64-unknown-linux-gnu": {
      "artifactName": "star-setup-x86_64-unknown-linux-gnu.tar.xz",
      "bins": {
        "star-setup": "star-setup"
      },
      "zipExt": ".tar.xz"
    },
    "x86_64-unknown-linux-musl-dynamic": {
      "artifactName": "star-setup-x86_64-unknown-linux-musl.tar.xz",
      "bins": {
        "star-setup": "star-setup"
      },
      "zipExt": ".tar.xz"
    },
    "x86_64-unknown-linux-musl-static": {
      "artifactName": "star-setup-x86_64-unknown-linux-musl.tar.xz",
      "bins": {
        "star-setup": "star-setup"
      },
      "zipExt": ".tar.xz"
    }
  },
  "version": "0.4.6",
  "volta": {
    "node": "18.14.1",
    "npm": "9.5.0"
  }
}