-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 888 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
{
"name": "commitly",
"version": "1.1.1",
"description": "Um CLI para auxiliar na criação de commits melhores",
"bin": {
"cmtly": "./index.js"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"CLI",
"Node",
"git",
"commit",
"chalk",
"minimist",
"npm",
"npx"
],
"author": {
"name": "Adriano Lemos",
"email": "[email protected]",
"url": "https://adrianolemos.dev"
},
"repository": {
"url": "https://github.com/adriano-lemos-dev/commitly"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/adriano-lemos-dev/commitly/issues"
},
"homepage": "https://github.com/adriano-lemos-dev/commitly/#readme",
"dependencies": {
"chalk": "^4.1.0",
"esm": "^3.2.25",
"minimist": "^1.2.5",
"prompts": "^2.3.2"
}
}