-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 931 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 931 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
38
39
40
41
42
43
44
45
{
"name": "yeet-git",
"version": "1.2.1",
"description": "AI-powered git CLI. Yeet your code to production with smart commits, pipelines, and PRs.",
"main": "index.js",
"bin": {
"yeet": "bin/yeet.js"
},
"files": [
"bin",
"src"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"git",
"cli",
"ai",
"commit",
"automation",
"gemini",
"conventional-commits",
"yeet"
],
"author": "samad-scs",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/samad-scs/yeet-git.git"
},
"homepage": "https://github.com/samad-scs/yeet-git#readme",
"type": "module",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@clack/prompts": "^1.0.0",
"@google/genai": "^1.38.0",
"dotenv": "^17.2.3",
"execa": "^9.6.1",
"ora": "^9.1.0",
"picocolors": "^1.1.1"
}
}