-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 958 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
{
"name": "Vive",
"description": "Awesome embeded comments framework",
"repository": "https://github.com/greenhat616/ncm-helper",
"author": "a632079 <[email protected]>",
"license": "GPL",
"private": true,
"scripts": {
"commit": "git-cz",
"lint-md": "remark ."
},
"remarkConfig": {
"plugins": [
"remark-preset-lint-recommended"
]
},
"devDependencies": {
"@commitlint/cli": "9.1.2",
"@commitlint/config-conventional": "9.1.2",
"@commitlint/prompt": "9.1.2",
"@commitlint/prompt-cli": "9.1.2",
"commitizen": "4.2.1",
"cz-conventional-changelog": "3.3.0",
"husky": "4.2.5",
"lint-staged": "10.2.13",
"remark-cli": "8.0.1",
"remark-preset-lint-recommended": "4.0.1"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"config": {
"commitizen": {
"path": "./node_modules/@commitlint/prompt"
}
},
"dependencies": {}
}