forked from marcelogaldino/TodoList
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 875 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 875 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
{
"name": "rgb-color",
"version": "1.0.0",
"description": "<p align=\"center\">\r RGB color | Find your RGB colors easily!",
"main": "main.js",
"scripts": {
"commit": "git-cz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcelogaldino/rgb-color.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"bugs": {
"url": "https://github.com/marcelogaldino/rgb-color/issues"
},
"homepage": "https://github.com/marcelogaldino/rgb-color#readme",
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"cz-conventional-changelog": "^3.2.0",
"husky": "^4.2.5"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}