2 Star 0 Fork 0

王俊 / cadizuo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 814 Bytes
一键复制 编辑 原始数据 按行查看 历史
王俊 提交于 2023-01-05 10:06 . fix:升级版本
{
"name": "@suxianqing/cli",
"version": "1.0.3",
"description": "底座命令行",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf lib && tsc"
},
"bin": {
"cnfast": "lib/index.js"
},
"dependencies": {
"inquirer": "^8.1.2",
"yargs": "^17.2.0",
"rimraf": "^3.0.2",
"compressing": "^1.6.3",
"fs-extra": "^10.0.0"
},
"devDependencies": {
"typescript": "4.6.2",
"@types/cross-spawn": "^6.0.2",
"@types/fs-extra": "^9.0.13",
"@types/glob": "^7.1.4",
"@types/node": "^16.7.8",
"@types/yargs": "^17.0.3"
},
"author": "",
"license": "ISC",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "https://gitee.com/suxianqing/cadizuo.git"
}
}
1
https://gitee.com/suxianqing/cadizuo.git
git@gitee.com:suxianqing/cadizuo.git
suxianqing
cadizuo
cadizuo
master

搜索帮助