1 Star 0 Fork 14

taozhen/wujie

forked from Gitee 极速下载/wujie 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 851 Bytes
一键复制 编辑 原始数据 按行查看 历史
yiludege 提交于 2022-08-30 21:00 . feat: monorepo采用pnpm方案 (#109)
{
"name": "wujie-project",
"version": "0.0.0",
"description": "极致的微前端框架",
"private": true,
"scripts": {
"start": "lerna run start --parallel",
"doc": "lerna run docs:dev",
"clean": "rimraf node_modules **/*/node_modules",
"test": "lerna run test --scope wujie",
"commitlint": "commitlint -E COMMIT_EDITMSG_PATH",
"husky-commitlint": "commitlint -e",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "https://github.com/Tencent/wujie.git"
},
"author": "yiludege",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@lerna-lite/cli": "^1.11.1",
"@lerna-lite/run": "^1.11.1",
"husky": "^7.0.4",
"lint-staged": "^12.4.1",
"rimraf": "^3.0.2"
},
"dependencies": {}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/taozhen/wujie.git
git@gitee.com:taozhen/wujie.git
taozhen
wujie
wujie
master

搜索帮助