-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.26 KB
/
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
48
49
{
"dependencies": {
"@e2b/code-interpreter": "^0.0.4",
"@google/generative-ai": "^0.8.0",
"axios": "^1.6.8",
"blessed": "^0.1.81",
"chokidar": "^3.6.0",
"chromedriver": "^124.0.1",
"cli-highlight": "^2.1.11",
"console-gui-tools": "^3.5.0",
"dotenv": "^16.4.5",
"groq-sdk": "^0.3.3",
"highlight.js": "^11.9.0",
"inquirer": "^9.2.20",
"jsdom": "^24.0.0",
"marked": "^12.0.2",
"marked-highlight": "^2.1.1",
"marked-terminal": "^7.0.0",
"node-fetch": "^3.3.2",
"punycode": "^2.3.1",
"selenium-webdriver": "^4.20.0"
},
"type": "module",
"name": "gemini4docs",
"version": "0.7.7",
"description": "Chat with any docs",
"main": "gemini4docs.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matthew-heartful/gemini4docs.git"
},
"bin": {
"gemini4docs": "./gemini4docs.js",
"g4d": "./gemini4docs.js"
},
"keywords": [
"gemini4docs"
],
"author": "Matthew Diakonov",
"license": "MIT",
"bugs": {
"url": "https://github.com/matthew-heartful/gemini4docs/issues"
},
"homepage": "https://github.com/matthew-heartful/gemini4docs#readme",
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}