{
  "name": "@goboost/cli",
  "version": "1.2.22",
  "description": "Progressive NestJS-to-Go migration CLI",
  "bin": {
    "goboost": "bin/cli.js"
  },
  "scripts": {
    "postinstall": "node scripts/install.js"
  },
  "optionalDependencies": {
    "@goboost/cli-linux-x64": "1.2.22",
    "@goboost/cli-linux-arm64": "1.2.22",
    "@goboost/cli-darwin-x64": "1.2.22",
    "@goboost/cli-darwin-arm64": "1.2.22",
    "@goboost/cli-win32-x64": "1.2.22"
  },
  "keywords": [
    "nestjs",
    "go",
    "golang",
    "migration",
    "cli",
    "goboost"
  ],
  "author": "goBoost Contributors",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/abdullahal39/GoBoost.git"
  },
  "homepage": "https://github.com/abdullahal39/GoBoost",
  "engines": {
    "node": ">=16"
  }
}
