@snailuu/git-down
Version:
47 lines • 1 kB
JSON
{
"name": "@snailuu/git-down",
"type": "module",
"version": "0.1.0",
"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"
],
"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": "vitest run"
}
}