forked from alibaba/ice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 902 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
{
"private": true,
"scripts": {
"upload-oss": "node scripts/upload-oss.js",
"generate:docs": "node ./scripts/generate-docs-database",
"lint": "eslint --cache --ext .js,.jsx,.ts ./",
"lint-fix": "npm run lint -- --fix",
"cov": "cd ./packages/iceworks-server && npm install --registry=https://registry.npm.taobao.org && npm run cov",
"ci": "npm run lint && npm run cov"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-push": "npm run lint"
}
},
"devDependencies": {
"@babel/runtime": "^7.4.5",
"@commitlint/cli": "^7.5.2",
"@commitlint/config-conventional": "^7.5.0",
"@ice/spec": "^0.1.4",
"ali-oss": "^6.1.0",
"eslint": "^5.16.0",
"fs-extra": "^7.0.1",
"husky": "^1.3.1",
"mark-twain": "^2.0.2",
"nodejieba": "^2.2.5",
"rimraf": "^2.6.3",
"typescript": "^3.5.3"
}
}