forked from studiohyperdrive/commitlint-config
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 728 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 728 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
{
"name": "@studiohyperdrive/commitlint-config",
"version": "1.0.0",
"description": "Shareable Commitlint config",
"main": "index.js",
"scripts": {},
"author": "Fabian Meul <fabian.meul@studiohyperdrive.be>",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/studiohyperdrive/commitlint-config.git"
},
"bugs": {
"url": "https://github.com/studiohyperdrive/commitlint-config/issues"
},
"homepage": "https://github.com/studiohyperdrive/commitlint-config",
"dependencies": {
"@commitlint/config-conventional": "^8.2.0"
},
"peerDependencies": {
"commitlint": "^8.2.0"
},
"devDependencies": {
"commitlint": "^8.2.0",
"husky": "^3.1.0"
}
}