forked from Tencent/wujie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 851 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"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": {}
}