1
1
{
2
- "name" : " aicommits" ,
3
- "version" : " 0.0.0-semantic-release" ,
4
- "description" : " Writes your git commit messages for you with AI" ,
5
- "keywords" : [
6
- " ai" ,
7
- " git" ,
8
- " commit"
9
- ],
10
- "license" : " MIT" ,
11
- "repository" : " Nutlope/aicommits" ,
12
- "author" : " Hassan El Mghari (@nutlope)" ,
13
- "type" : " module" ,
14
- "files" : [
15
- " dist"
16
- ],
17
- "bin" : {
18
- "aicommits" : " ./dist/cli.mjs" ,
19
- "aic" : " ./dist/cli.mjs"
20
- },
21
- "scripts" : {
22
- "build" : " pkgroll --minify" ,
23
- "lint" : " " ,
24
- "type-check" : " tsc" ,
25
- "test" : " tsx tests" ,
26
- "prepack" : " pnpm build && clean-pkg-json"
27
- },
28
- "dependencies" : {
29
- "@dqbd/tiktoken" : " ^1.0.2"
30
- },
31
- "devDependencies" : {
32
- "@clack/prompts" : " ^0.7.0" ,
33
- "@types/ini" : " ^1.3.31" ,
34
- "@types/inquirer" : " ^9.0.3" ,
35
- "@types/node" : " ^18.14.2" ,
36
- "clean-pkg-json" : " ^1.2.0" ,
37
- "cleye" : " ^1.3.2" ,
38
- "execa" : " ^7.0.0" ,
39
- "fs-fixture" : " ^1.2.0" ,
40
- "https-proxy-agent" : " ^5.0.1" ,
41
- "ini" : " ^3.0.1" ,
42
- "kolorist" : " ^1.7.0" ,
43
- "manten" : " ^0.7.0" ,
44
- "openai" : " ^3.2.1" ,
45
- "pkgroll" : " ^1.9.0" ,
46
- "tsx" : " ^3.12.3" ,
47
- "typescript" : " ^4.9.5"
48
- },
49
- "release" : {
50
- "branches" : [
51
- " main"
52
- ]
53
- }
54
- }
2
+ "name" : " aicommits" ,
3
+ "version" : " 0.0.0-semantic-release" ,
4
+ "description" : " Writes your git commit messages for you with AI" ,
5
+ "keywords" : [
6
+ " ai" ,
7
+ " git" ,
8
+ " commit"
9
+ ],
10
+ "license" : " MIT" ,
11
+ "repository" : " Nutlope/aicommits" ,
12
+ "author" : " Hassan El Mghari (@nutlope)" ,
13
+ "type" : " module" ,
14
+ "files" : [
15
+ " dist"
16
+ ],
17
+ "bin" : {
18
+ "aicommits" : " ./dist/cli.mjs" ,
19
+ "aic" : " ./dist/cli.mjs"
20
+ },
21
+ "dependencies" : {
22
+ "@dqbd/tiktoken" : " ^1.0.2"
23
+ }
24
+ }
0 commit comments