@snailuu/git-down
Version:
55 lines • 1.13 kB
JSON
{
"name": "@snailuu/git-down",
"type": "module",
"version": "0.2.1",
"description": "下载 git 仓库或文件",
"author": {
"name": "snailuu",
"email": "snailuu@foxmail.com"
},
"license": "MIT",
"homepage": "https://github.com/snailuu/toolbox/packages/git-down#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/snailuu/toolbox.git"
},
"bugs": {
"url": "https://github.com/snailuu/toolbox/issues"
},
"keywords": [
"git",
"clone",
"git-down",
"snailuu",
"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": {
"gdd": "./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"
}
}