-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 895 Bytes
/
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
{
"name": "conai",
"version": "1.0.0",
"description": "An AI-powered CLI tool for standardizing commit messages according to the Conventional Commits specification.",
"main": "./bin/index.js",
"bin": {
"conai": "./bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aelew/conai.git"
},
"keywords": [
"cli",
"git",
"convention",
"specification",
"standard",
"commit",
"conventional-commits"
],
"author": "aelew",
"license": "MIT",
"bugs": {
"url": "https://github.com/aelew/conai/issues"
},
"homepage": "https://github.com/aelew/conai#readme",
"dependencies": {
"colorette": "^2.0.20",
"openai": "^4.2.0",
"ora": "5.4.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"prettier": "3.0.2"
}
}