-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 930 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
{
"name": "@ballcat/commitlint-config-gitmoji",
"version": "1.1.0",
"description": "Shareable commitlint config enforcing the gitmoji commit convention",
"files": [
"index.js"
],
"main": "index.js",
"scripts": {
"test": "jest"
},
"keywords": [
"commitlint",
"commitlint-config",
"commitlint-config-gitmoji",
"gitmoji",
"emoji",
"git"
],
"author": "Hccake <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/ballcat-projects/commitlint-config-gitmoji.git"
},
"license": "MIT",
"engines": {
"node": ">=v14"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@commitlint/lint": "^17.0.0",
"@commitlint/test-environment": "^9.0.1",
"@commitlint/utils": "^8.3.6",
"babel-jest": "^28.1.0",
"jest": "^28.1.0"
},
"dependencies": {
"gitmojis": "^3.12.0"
}
}