-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 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
{
"name": "commit-lint-generator",
"version": "1.3.3",
"description": "Commit Lint Generator is a versatile tool designed to enforce commit message guidelines within your development team.",
"keywords": [
"commit-lint",
"commit-messages",
"linting-tool",
"commitlintrc",
"code-quality",
"pre-commit-hook",
"development-workflow",
"version-control",
"git-hooks",
"continuous-integration"
],
"type": "module",
"main": "index.js",
"funding": {
"type": "individual",
"url": "https://ko-fi.com/leo03164"
},
"bin": {
"commitlint-generator": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leo03164/commit-lint-generator.git"
},
"author": "leo03164",
"license": "ISC",
"bugs": {
"url": "https://github.com/leo03164/commit-lint-generator/issues"
},
"homepage": "https://github.com/leo03164/commit-lint-generator#readme",
"dependencies": {
"i18next": "^23.8.1"
}
}