-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1012 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
41
42
43
44
45
{
"name": "gen-ai-chat",
"version": "0.2.4",
"description": "Ask yout questions to AI and get response in terminal ",
"type": "module",
"main": "index.js",
"bin": {
"gen-ai-chat": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ai",
"chatbot",
"CLI",
"terminal",
"google",
"generative-ai"
],
"author": "Arindam Majumder",
"license": "CC-BY-NC-SA-3.0",
"dependencies": {
"@google/generative-ai": "^0.11.3",
"axios": "^1.7.2",
"buffer": "^6.0.3",
"chalk": "^5.3.0",
"child_process": "^1.0.2",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"fs": "^0.0.1-security",
"highlight.js": "^11.9.0",
"inquirer": "^9.2.22",
"latest-version": "^9.0.0",
"ora": "^8.0.1",
"path": "^0.12.7",
"pdf-parse": "^1.1.1",
"readline": "^1.3.0",
"url": "^0.11.3"
},
"repository": {
"type": "git",
"url": "https://github.com/Arindam200/gen-ai.git"
}
}