{
  "name": "@cz-git/inquirer",
  "version": "1.11.1",
  "description": "provide cz-git inquirer plugins, include search-list, search-checkbox, complete-input",
  "author": "Zhengqbbb <zhengqbbb@gmail.com> (https://github.com/Zhengqbbb)",
  "license": "MIT",
  "homepage": "https://github.com/Zhengqbbb/cz-git/tree/main/packages/%40cz-git/plugin-inquirer",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Zhengqbbb/cz-git.git",
    "directory": "packages/@cz-git/plugin-inquirer"
  },
  "bugs": {
    "url": "https://github.com/Zhengqbbb/cz-git/issues"
  },
  "keywords": [
    "cz-git",
    "inquirer",
    "inquirer-plugin",
    "inquirer-search-list",
    "inquirer-search-checkbox"
  ],
  "sideEffects": false,
  "exports": {
    ".": "./lib/index.js",
    "./package.json": "./package.json"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "lib/index.d.ts"
      ]
    }
  },
  "files": [
    "lib"
  ],
  "devDependencies": {
    "inquirer": "8.2.5"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsup",
    "build:dev": "pnpm clean && tsc -b",
    "clean": "rimraf lib"
  }
}