-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 887 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 887 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
{
"name": "conventional-commit-types-emoji",
"description": "List of conventional commit types with emojis.",
"version": "0.1.0",
"main": "src/index.json",
"author": "Maik Ellerbrock <opensource@frapsoft.com> (https://github.com/ellerbrock)",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/ellerbrock/conventional-commit-types-emoji.git"
},
"scripts": {
"commit": "git add --all && git status && git-cz",
"pre-release": "npm test",
"release": "standard-version",
"post-release": "greenkeeper-postpublish",
"test": "json -f index.json"
},
"files": [
"src"
],
"keywords": [
"angular",
"conventional-commits",
"commitizen",
"emoji"
],
"devDependencies": {
"commitizen": "3.0.6",
"greenkeeper-postpublish": "1.1.0",
"json": "^9.0.4",
"standard-version": "4.3.0"
}
}