1 Star 0 Fork 2

wisedak/lcui-quick-start

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
liu 提交于 2020-03-12 22:52 . build: update scripts
{
"private": true,
"name": "lcui-quick-start",
"version": "0.1.0",
"description": "A minimal LCUI application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:bin": "node ./scripts/build-bin.js",
"build:css": "node ./scripts/build-css.js",
"configure": "node ./scripts/configure.js",
"run": "node ./scripts/run.js",
"start": "npm run configure && npm run build:bin && npm run build:css && npm run run",
"build-changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"update-changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
}
},
"author": "lc-soft",
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@commitlint/travis-cli": "^8.2.0",
"chalk": "^2.4.2",
"commander": "^3.0.1",
"fs-extra": "^8.1.0",
"husky": "^3.0.5",
"node-sass": "^4.13.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/wisedak/lcui-quick-start.git
git@gitee.com:wisedak/lcui-quick-start.git
wisedak
lcui-quick-start
lcui-quick-start
master

搜索帮助