-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.08 KB
/
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
42
43
44
45
46
47
{
"name": "alexgit",
"version": "0.0.1-alpha.9",
"description": "Alexgit is a virtual assistant that will help you writing amazing and beautiful commits.",
"main": "lib/index.js",
"bin": "lib/index.js",
"type": "module",
"scripts": {
"build": "swc index.js -d lib && swc ./src -d lib/src",
"prepare": "pnpm run build",
"test": "echo \"Info: no test specified\" && exit 0"
},
"dependencies": {
"chalk": "^5.2.0",
"cohere-ai": "^5.0.2",
"dotenv": "^16.0.3",
"enquirer": "^2.3.6",
"log-update": "^5.0.1",
"ora": "^6.1.2",
"yargs": "^17.6.2"
},
"keywords": [
"git",
"commit",
"assistant",
"virtual",
"cohere",
"cohere-ai"
],
"publishConfig": {
"@dartilesm:registry": "https://npm.pkg.github.com"
},
"repository": {
"type": "git",
"url": "https://github.com/dartilesm/alexgit.git"
},
"author": {
"name": "Diego Artiles",
"email": "[email protected]",
"url": "https://dartiles.link"
},
"license": "ISC",
"devDependencies": {
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.37"
}
}