@cmtlyt/git-down
Version:
58 lines • 1.17 kB
JSON
{
"name": "@cmtlyt/git-down",
"type": "module",
"version": "0.3.0",
"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",
"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"
},
"dependencies": {
"citty": "^0.1.6"
},
"scripts": {
"stub": "unbuild --stub",
"build": "unbuild",
"test": "cross-env CI=true vitest run"
}
}