-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 730 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 730 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
{
"name": "commitcraft-ai",
"version": "2.3.0",
"type": "module",
"main": "index.js",
"description": "tool tht suggests and generates better git commit messages",
"bin": {
"commitcraft": "index.js",
"commitcraft-setup": "bin/setup.js"
},
"scripts": {
"postinstall": "node ./bin/postinstall.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"git",
"commit",
"automation",
"cli",
"developer-tools"
],
"author": "Sukhdev Thukral",
"license": "MIT",
"dependencies": {
"boxen": "^8.0.1",
"chalk": "^5.6.2",
"dotenv": "^17.2.3",
"node-fetch": "^3.3.2",
"ora": "^9.0.0",
"strip-ansi": "^7.1.2",
"uuid": "^13.0.0"
}
}