-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 957 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 957 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
28
29
30
31
32
33
34
35
36
37
38
{
"name": "@sparing-software/commitlint-config",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"prepare": "is-ci || husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SparingSoftware/commitlint-config.git"
},
"publishConfig": {
"access": "public"
},
"author": "Sparing Software",
"license": "ISC",
"bugs": {
"url": "https://github.com/SparingSoftware/commitlint-config/issues"
},
"homepage": "https://github.com/SparingSoftware/commitlint-config#readme",
"files": [
"index.js"
],
"dependencies": {
"@commitlint/config-conventional": "^17.4.4"
},
"devDependencies": {
"@commitlint/cli": "^17.5.1",
"@semantic-release/git": "^10.0.1",
"@sparing-software/prettier-config": "^1.0.0",
"husky": "^8.0.0",
"is-ci": "^3.0.1",
"lint-staged": "^13.2.0",
"prettier": "^2.8.4",
"semantic-release": "^21.0.5"
}
}