-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
28 lines (28 loc) · 942 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
{
"name": "go-ai-cli",
"version": "0.18.8",
"description": "go-ai-cli is a versatile command-line interface that enables users to interact with various AI models for text generation, speech-to-text conversion, image generation, and web scraping. It is designed to be extensible with any AI service. This tool is ideal for developers, content creators, and anyone interested in leveraging AI capabilities directly from their terminal. This tool works well with Ollama.",
"author": "Mohammad-Amine BANAEI",
"license": "MIT",
"scripts": {
"release": "release-it"
},
"release-it": {
"npm": {
"publish": false
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular",
"infile": "CHANGELOG.md"
}
},
"github": {
"release": false
}
},
"devDependencies": {
"@release-it/conventional-changelog": "^7.0.0",
"release-it": "^16.1.15"
}
}