-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 754 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 754 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
37
{
"name": "@mafzaldev/git-bird",
"version": "1.0.5",
"main": "index.js",
"type": "module",
"scripts": {},
"bin": {
"git-bird": "index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mafzaldev/git-bird.git"
},
"keywords": [
"cli",
"git",
"openai",
"gemini",
"ai"
],
"author": "Muhammad Afzal",
"license": "ISC",
"description": "Generate meaningful commit messages effortlessly with AI.",
"dependencies": {
"@google/generative-ai": "^0.23.0",
"@inquirer/prompts": "^7.3.2",
"chalk": "^5.4.1",
"dotenv": "^16.4.7",
"meow": "^13.2.0",
"openai": "^4.86.2",
"ora": "^8.2.0",
"undici": "^5.29.0"
},
"publishConfig": {
"access": "public"
}
}