-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 831 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
{
"name": "cz-gitmoji",
"description": "Commitizen adapter for gitmoji.",
"version": "0.0.7",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Landish/cz-gitmoji.git"
},
"keywords": [
"git",
"commit",
"commitizen",
"commitizen adapter",
"gitmoji",
"gitmoji-cli",
"emoji",
"emojis"
],
"author": "Lado Lomidze <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Landish/cz-gitmoji/issues"
},
"homepage": "https://github.com/Landish/cz-gitmoji#readme",
"scripts": {
"pretty": "prettier \"*.{js,json}\" --single-quote --write"
},
"devDependencies": {
"prettier": "^1.5.3"
},
"dependencies": {
"cli-truncate": "^1.1.0",
"read-pkg-up": "^2.0.0",
"wrap-ansi": "^3.0.1"
}
}