-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
39 lines (39 loc) · 993 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
{
"name": "ai-commit",
"version": "2.2.0",
"type": "module",
"description": "✨ Make Github commits easier with ChatGPT, Gitmoji and Conventional Commits 🚀",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"publish:major": "npm version major && npm publish --access public",
"ollama": "PROVIDER=ollama node index.js "
},
"bin": {
"ai-commit": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/insulineru/ai-commit.git"
},
"keywords": [
"ai",
"chatgpt",
"commit",
"gitmoji",
"conventional",
"commits"
],
"author": "Insuline.ru <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/insulineru/ai-commit/issues"
},
"homepage": "https://github.com/insulineru/ai-commit#readme",
"dependencies": {
"chatgpt": "^5.0.0",
"dotenv": "^16.0.3",
"gpt-3-encoder": "^1.1.4",
"inquirer": "^9.1.4"
}
}