-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.09 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
44
45
46
47
{
"name": "@arphi/commitlint-config",
"description": "The shared commitlint configuration for my projects.",
"version": "1.0.9",
"license": "MIT",
"keywords": [
"commitlint",
"commitlint-config",
"config",
"configuration"
],
"author": {
"name": "Armand Philippot",
"email": "git@armand.philippot.eu",
"url": "https://armand.philippot.eu/"
},
"homepage": "https://github.com/ArmandPhilippot/configs/packages/commitlint-config#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ArmandPhilippot/configs.git",
"directory": "packages/commitlint-config"
},
"bugs": {
"url": "https://github.com/ArmandPhilippot/configs/issues"
},
"publishConfig": {
"access": "public"
},
"type": "module",
"sideEffects": false,
"exports": {
".": "./index.js"
},
"files": [
"index.js"
],
"dependencies": {
"@commitlint/config-conventional": "^21.0.2"
},
"devDependencies": {
"@commitlint/cli": "^21.0.2",
"@commitlint/types": "^21.0.1"
},
"peerDependencies": {
"@commitlint/cli": ">=20.4.1"
}
}