@ysfe/c-gdc
Version:
命令行工具: 提供按group批量 clone gitlab repo 能力
53 lines (52 loc) • 1.42 kB
JSON
{
"name": "@ysfe/c-gdc",
"version": "1.1.0",
"description": "命令行工具: 提供按group批量 clone gitlab repo 能力",
"keywords": [
"命令行工具",
"git util",
"command git deep clone",
"clone your gitlab repo(s)"
],
"author": "Halo",
"repository": "http://gitlab.yslocal.com/fe-basic/command/c-gdc",
"main": "./dist/index.js",
"jsnext:main": "./dist/index.js",
"typings": "./typings/index.d.ts",
"license": "MIT",
"files": [
"dist/",
"src/",
"docs/",
"bin/",
"package.json"
],
"bin": {
"c-gdc": "./bin/cli"
},
"scripts": {
"test": "jest",
"clean": "rm -r -f ./dist",
"preview": "tsc --watch && yarn link",
"release": "yarn clean && tsc && yrm use npm && yarn publish"
},
"dependencies": {
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.9",
"enquirer": "^2.3.6",
"qs": "^6.10.1",
"set-cookie-parser": "^2.4.8",
"simple-git": "^2.37.0"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@babel/preset-typescript": "^7.13.0",
"@types/jest": "^26.0.23",
"@types/node": "^14.14.37",
"jest": "^27.0.3",
"ts-jest": "^27.0.2",
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
}
}