-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 978 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
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@mlz/prettier-config",
"version": "1.0.0",
"description": "prettier 统一规范配置",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"lint": "lint-staged",
"prepare": "husky install",
"release": "standard-version"
},
"keywords": [
"mlz-prettier",
"prettier",
"prettier-config"
],
"author": "juicecube",
"repository": {
"type": "git",
"url": "https://github.com/juicecube/mlz-prettier-config.git"
},
"bugs": {
"url": "https://github.com/juicecube/mlz-prettier-config/issues"
},
"homepage": "https://github.com/juicecube/mlz-prettier-config#readme",
"license": "MIT",
"engines": {
"node": ">=14"
},
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"prettier": "^2.8.4",
"standard-version": "^9.5.0"
},
"publishConfig": {
"access": "public"
}
}