加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 665 Bytes
一键复制 编辑 原始数据 按行查看 历史
wanglianxin 提交于 2023-09-17 00:12 . second commit
{
"name": "tecrun-cli",
"version": "1.0.0",
"description": "前端通用脚手架工具",
"main": "bin/tecrun.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "wanglianxin",
"license": "MIT",
"bin": {
"tecrun": "bin/tecrun.js"
},
"keywords": [
"tecrun-cli"
],
"dependencies": {
"chalk": "^4.1.2",
"clear": "^0.1.0",
"clui": "^0.3.6",
"commander": "^7.1.0",
"figlet": "^1.5.2",
"handlebars": "^4.7.7",
"inquirer": "^8.1.5",
"update-notifier": "^5.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dominictarr/through.git"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化