-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 963 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
46
47
{
"name": "asktocmd",
"version": "1.0.7",
"description": "AI-powered CLI assistant for command-line queries using Google's Gemini AI",
"main": "index.js",
"bin": {
"asktocmd": "./index.js"
},
"type": "module",
"scripts": {
"test": "jest"
},
"keywords": [
"cli",
"ai",
"assistant",
"command-line",
"terminal",
"gemini",
"google-ai"
],
"author": "Pranav Patil",
"license": "MIT",
"dependencies": {
"@google/generative-ai": "^0.21.0",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"dotenv": "^16.4.5",
"html-to-text": "^9.0.5",
"marked": "^14.1.3",
"ora": "^8.1.0"
},
"devDependencies": {
"jest": "^29.7.0"
},
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/21prnv/asktocmd"
},
"bugs": {
"url": "https://github.com/21prnv/asktocmd/issues"
},
"homepage": "https://github.com/21prnv/asktocmd"
}