-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.31 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@wuxh/configs-monorepo",
"version": "0.0.1",
"private": true,
"scripts": {
"eslint": "eslint --ext .js,.json .",
"eslint:fix": "eslint --ext .js,.json --fix .",
"release": "lerna publish --conventional-commits",
"preinstall": "npx only-allow pnpm && husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wxh16144/configs-monorepo.git"
},
"keywords": [
"config"
],
"author": "wuxh <wxh1220@gmail.com> (https://github.com/wxh16144)",
"license": "MIT",
"bugs": {
"url": "https://github.com/wxh16144/configs-monorepo/issues"
},
"homepage": "https://github.com/wxh16144/configs-monorepo#readme",
"lint-staged": {
"*.{js,json}": [
"pnpm run eslint",
"git add"
]
},
"dependencies": {
"@wuxh/eslint-config": "*",
"typescript": "^4.5.3"
},
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@wuxh/commitlint-config": "*",
"@wuxh/commitzen-config": "*",
"art-template": "^4.13.2",
"commitizen": "^4.2.4",
"cz-customizable": "^6.3.0",
"eslint": "^8.4.1",
"fs-extra": "^10.0.0",
"glob": "^7.2.0",
"husky": "^7.0.0",
"lerna": "^4.0.0",
"lint-staged": "^12.1.2"
},
"config": {
"cz-customizable": {
"config": "node_modules/@wuxh/commitzen-config"
}
}
}