{
  "name": "@lobehub/label-cli",
  "version": "1.6.0",
  "description": "Automatically copy issues labels from template repo",
  "keywords": [
    "create",
    "delete",
    "labels"
  ],
  "homepage": "https://github.comlobehub/lobe-cli-toolbox/tree/master/packages/lobe-label",
  "bugs": {
    "url": "https://github.com/lobehub/lobe-cli-toolbox/issues/new"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lobehub/lobe-cli-toolbox.git"
  },
  "license": "MIT",
  "author": "LobeHub <i@lobehub.com>",
  "sideEffects": false,
  "type": "module",
  "imports": {
    "@": "./src"
  },
  "bin": {
    "lobe-label": "dist/cli.js"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@lobehub/cli-ui": "1.13.0",
    "@octokit/rest": "^21.0.2",
    "commander": "^13.0.0",
    "conf": "^13.1.0",
    "consola": "^3.3.3",
    "ink": "^6.0.0",
    "lodash-es": "^4.17.21",
    "react": "^19.0.0",
    "update-notifier": "^7.3.1"
  },
  "packageManager": "pnpm@10.10.0",
  "engines": {
    "node": ">=18"
  }
}
