-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 854 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 854 Bytes
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": "commitlint-config-dsmjs",
"description": "shareable config for commitlint",
"license": "MIT",
"author": "dsmJS",
"repository": "dsmjs/commitlint-config-dsmjs",
"bugs": "https://github.com/dsmjs/commitlint-config-dsmjs/issues",
"homepage": "https://github.com/dsmjs/commitlint-config-dsmjs#readme",
"main": "index.js",
"scripts": {
"lint:md": "remark --frail --quiet .",
"test": "run-s lint:*",
"prepare": "husky install"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"devDependencies": {
"@dsmjs/remark-preset-lint": "2.0.17",
"cz-conventional-changelog": "3.3.0",
"globstar": "1.0.0",
"husky": "8.0.3",
"npm-run-all": "4.1.5",
"remark-cli": "11.0.0"
},
"dependencies": {
"@form8ion/commitlint-config": "1.0.41"
}
}