@cmtlyt/git-down
Version:
62 lines (61 loc) • 1.29 kB
JSON
{
"name": "@cmtlyt/git-down",
"type": "module",
"version": "0.3.1",
"private": false,
"packageManager": "pnpm@9.14.4",
"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": "https://github.com/cmtlyt/toolset.git",
"directory": "packages/git-down"
},
"bugs": {
"url": "https://github.com/cmtlyt/toolset/issues"
},
"keywords": [
"git",
"download",
"clone",
"git-clone",
"git-down",
"cmtlyt",
"cli"
],
"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",
"bin": {
"gd": "bin/cli.mjs"
},
"files": [
"bin",
"dist"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"scripts": {
"stub": "unbuild --stub",
"build": "unbuild",
"test": "cross-env CI=true vitest run",
"prepublishOnly": "pnpm build && pnpm test"
},
"dependencies": {
"citty": "^0.1.6"
}
}