1 Star 13 Fork 4

轩小浅 / create-quick

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.61 KB
一键复制 编辑 原始数据 按行查看 历史
轩小浅 提交于 2023-03-07 14:00 . chore(release): 1.6.0
{
"name": "create-quick",
"version": "1.6.0",
"description": "约定代替编码的脚手架搭建工具",
"main": "outfile.cjs",
"bin": {
"create-quick": "outfile.cjs"
},
"files": [
"outfile.cjs",
"templatesData.json",
"templates"
],
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"scripts": {
"build": "zx ./scripts/build.mjs && node outfile.cjs",
"format": "prettier --write .",
"release": "standard-version",
"prepublishOnly": "zx ./scripts/prepublish.mjs",
"prepare": "husky install"
},
"keywords": [
"create-quick",
"cli",
"xuanxiaoqian"
],
"author": "xuanxiaoqian",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/xuanxiaoqian/create-quick"
},
"bugs": {
"url": "https://github.com/xuanxiaoqian/create-quick/issues"
},
"homepage": "https://create-quick.xuanxiaoqian.com/",
"devDependencies": {
"@types/ejs": "^3.1.2",
"@types/fs-extra": "^11.0.1",
"@types/minimist": "^1.2.2",
"@types/node": "^18.13.0",
"@types/prompts": "^2.4.2",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"ejs": "^3.1.8",
"esbuild": "^0.17.8",
"fs-extra": "^11.1.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"minimist": "^1.2.8",
"prettier": "^2.8.4",
"prompts": "^2.4.2",
"standard-version": "^9.5.0",
"typescript": "^4.9.5",
"zx": "^7.1.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"lint-staged": {
"*.{js,ts,vue,json}": [
"prettier --write"
]
}
}
NodeJS
1
https://gitee.com/xuanxiaoqian/create-quick.git
git@gitee.com:xuanxiaoqian/create-quick.git
xuanxiaoqian
create-quick
create-quick
master

搜索帮助