{
  "name": "@cmtlyt/git-down",
  "type": "module",
  "version": "0.2.2",
  "private": false,
  "description": "下载 git 仓库或文件",
  "author": {
    "name": "cmtlyt",
    "email": "cmtlyt@163.com"
  },
  "license": "MIT",
  "homepage": "https://github.com/cmtlyt/toolset/packages/git-down#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cmtlyt/toolset.git"
  },
  "bugs": {
    "url": "https://github.com/cmtlyt/toolset/issues"
  },
  "keywords": [
    "git",
    "download",
    "clone",
    "git-clone",
    "git-down",
    "cmtlyt"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "scripts": {
    "stub": "unbuild --stub",
    "build": "unbuild",
    "test": "cross-env CI=true vitest run"
  }
}