1 Star 1 Fork 0

迷途小书童/template-cli

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1003 Bytes
一键复制 编辑 原始数据 按行查看 历史
迷途小书童 提交于 2022-03-06 16:45 . feat: 添加js插件开发模板
{
"name": "chl-template-cli",
"version": "1.2.0",
"description": "模板项目脚手架",
"main": "src/index.js",
"scripts": {
"test": "node src/index.js"
},
"repository": {
"type": "git",
"url": "https://gitee.com/happychl/template-cli.git"
},
"bin": {
"tp": "src/index.js"
},
"engines": {
"node": ">=14"
},
"files": [
"src"
],
"keywords": [
"cli",
"template-cli"
],
"author": "陈亨陵 <879614206@qq.com>",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^8.3.0",
"download-git-repo": "^3.0.2",
"inquirer": "^8.2.0",
"ora": "5",
"url-parse": "^1.5.3"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.2.0",
"eslint-config-alloy": "^4.4.0",
"prettier": "^2.4.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/happychl/template-cli.git
git@gitee.com:happychl/template-cli.git
happychl
template-cli
template-cli
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385