{
  "name": "@whatevertogo/astrcode",
  "version": "0.3.10",
  "description": "AI-powered coding assistant CLI",
  "license": "AGPL-3.0-only",
  "repository": {
    "type": "git",
    "url": "https://github.com/whatevertogo/astrcodey"
  },
  "bin": {
    "astrcode": "bin/astrcode"
  },
  "files": [
    "bin/",
    "install.js",
    "README.md"
  ],
  "scripts": {
    "postinstall": "node install.js"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ],
  "optionalDependencies": {
    "@whatevertogo/astrcode-linux-x64": "0.3.10",
    "@whatevertogo/astrcode-linux-arm64": "0.3.10",
    "@whatevertogo/astrcode-darwin-x64": "0.3.10",
    "@whatevertogo/astrcode-darwin-arm64": "0.3.10",
    "@whatevertogo/astrcode-win32-x64": "0.3.10",
    "@whatevertogo/astrcode-win32-arm64": "0.3.10"
  }
}
