-
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) · 776 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 776 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": "commitpal",
"version": "1.1.1",
"description": "A delightful CLI tool for building commit messages",
"main": "./bin/index.js",
"bin": {
"commitpal": "./bin/index.js"
},
"scripts": {
"start": "node ./bin/index",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Daniel Del Core",
"repository": {
"type": "git",
"url": "git+https://github.com/danieldelcore/commitpal.git"
},
"license": "MIT",
"keywords": [
"git",
"commit",
"message",
"emoji",
"angular",
"picker"
],
"dependencies": {
"chalk": "^3.0.0",
"conf": "^6.2.1",
"enquirer": "^2.3.2",
"find-config": "^1.0.0",
"gradient-string": "^1.2.0",
"meow": "^6.0.0",
"simple-git": "^1.129.0"
}
}