-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.06 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.06 KB
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": "@hexdigital/config-commitlint",
"version": "1.0.1",
"packageManager": "pnpm@7.1.9",
"description": "Hex Digital's commitlint config enforcing conventional commits",
"scripts": {
"release": "bumpp package.json packages/*/package.json --commit --push --tag && pnpm -r publish --access public",
"prepare": "husky install"
},
"files": [
"index.js"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/hex-digital/config-commitlint.git"
},
"keywords": [
"conventional-changelog",
"commitlint",
"commitlint-config",
"hex-digital"
],
"author": "Jamie Warburton <jamie@hexdigital.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hex-digital/config-commitlint/issues"
},
"homepage": "https://hexdigital.com/",
"engines": {
"node": ">=v14"
},
"dependencies": {
"bumpp": "^8.2.1",
"conventional-changelog-conventionalcommits": "^5.0.0"
},
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"husky": "^8.0.1"
}
}