-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.02 KB
/
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
41
42
43
44
45
46
{
"name": "hyper-clean",
"version": "0.0.0-semantically-released",
"description": "A clean theme for hyper!",
"main": "index.js",
"author": {
"name": "Taylor Jones",
"email": "taylor.jones826@gmail.com",
"url": "tay1orjones.com"
},
"repository": "tay1orjones/hyper-clean",
"license": "MIT",
"keywords": [
"hyper",
"hyper-theme",
"terminal",
"term",
"theme",
"hyperterm",
"clean"
],
"config": {
"commitizen": {
"path": "./lib/cz-emoji-adapter"
}
},
"bin": {
"validate-commit-msg": "./lib/validate-commit-msg.js"
},
"scripts": {
"commitmsg": "./lib/validate-commit-msg.js",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"release": {
"analyzeCommits": "./lib/semantic-release-plugins/analyze"
},
"dependencies": {
"ibm-design-colors": "^2.0.3"
},
"devDependencies": {
"chalk": "^1.1.3",
"find-parent-dir": "^0.3.0",
"husky": "^0.13.3",
"semantic-release": "^6.3.6"
}
}