加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 881 Bytes
一键复制 编辑 原始数据 按行查看 历史
lucifer 提交于 2021-12-16 01:14 . feat:修改進度樣式
{
"name": "tsc-cli",
"version": "0.0.1",
"description": "tsc-command-line-tools",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npx gulp dev"
},
"author": "",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.2",
"clear": "^0.1.0",
"clui": "^0.3.6",
"figlet": "^1.5.2",
"inquirer": "^8.2.0",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"progress": "^2.0.3"
},
"devDependencies": {
"@types/clear": "^0.1.2",
"@types/figlet": "^1.5.4",
"@types/inquirer": "^8.1.3",
"@types/progress": "^2.0.5",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"typescript": "^4.5.3"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化