-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 967 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
{
"private": true,
"name": "upmm.fish",
"description": "Update My macOS",
"version": "1.0.0",
"author": {
"name": "Iolar Demartini Junior",
"email": "[email protected]",
"url": "https://demartini.dev"
},
"contributors": [
{
"name": "Update My MacOSContributors",
"url": "https://github.com/demartini/upmm.fish/graphs/contributors"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/demartini/upmm.fish.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/demartini/upmm.fish/issues"
},
"homepage": "https://github.com/demartini/upmm.fish#readme",
"devDependencies": {
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"husky": "^5.1.1",
"standard-version": "^9.1.1"
},
"scripts": {
"release": "standard-version"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}