forked from kevin940726/emoji-cz
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 896 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
41
42
{
"name": "@lxxyx/emoji-cz",
"version": "0.6.2",
"description": "A commitizen emoji adapter.",
"preferGlobal": true,
"main": "index.js",
"homepage": "https://github.com/kevin940726/emoji-cz",
"repository": {
"type": "git",
"url": "https://github.com/kevin940726/emoji-cz.git"
},
"license": "MIT",
"dependencies": {
"conventional-commit-types": "^2.0.0",
"find-config": "^1.0.0",
"lodash.map": "^4.5.1",
"lodash.merge": "^4.6.0",
"longest": "^1.0.1",
"pad-right": "^0.2.2",
"right-pad": "^1.0.1",
"word-wrap": "^1.0.3"
},
"devDependencies": {
"ava": "^0.18.2",
"commitizen": "2.9.6",
"semantic-release": "^6.3.2"
},
"publishConfig": {
"access": "public"
},
"config": {
"commitizen": {
"path": "./index.js"
}
},
"scripts": {
"test": "ava"
},
"engines": {
"node": ">= 6.0.0"
}
}