{
  "name": "@bring-it/cli",
  "version": "0.11.3",
  "description": "Common command line interface of 'bring-it'",
  "license": "MIT",
  "author": {
    "name": "Eric Chen",
    "email": "airkro@qq.com"
  },
  "keywords": [
    "bring-it",
    "ci",
    "cli",
    "deploy",
    "deployment",
    "frontend",
    "release"
  ],
  "homepage": "https://github.com/Airkro/bring-it/tree/master/packages/cli",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Airkro/bring-it.git",
    "directory": "packages/cli"
  },
  "bugs": {
    "url": "https://github.com/Airkro/bring-it/issues"
  },
  "bin": {
    "bring-it": "dist/cli.mjs"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "dependencies": {
    "globby": "^16.2.0",
    "yargs": "^18.0.0"
  },
  "devDependencies": {
    "cheetor": "^0.13.0"
  },
  "engines": {
    "node": ">=22.22.2"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "best-shot prod"
  }
}