-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
46 lines (46 loc) · 1.17 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
{
"name": "groq-node-sdk",
"version": "1.0.0",
"main": "backend.js",
"type": "module",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@huggingface/inference": "^2.8.1",
"@langchain/cohere": "^0.1.0",
"@langchain/community": "^0.2.33",
"@langchain/groq": "^0.0.12",
"@langchain/langgraph": "^0.0.31",
"@pinecone-database/pinecone": "^3.0.0",
"@sk1ppi/package-nitter-scraper": "^1.0.0",
"@supabase/supabase-js": "^2.43.2",
"axios": "^1.7.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"exceljs": "^4.4.0",
"express": "^4.19.2",
"fs": "^0.0.1-security",
"groq-sdk": "^0.3.3",
"langchain": "^0.3.6",
"multer": "^1.4.5-lts.1",
"node-appwrite": "^13.0.0",
"openai": "^4.47.1",
"pdf-parse": "^1.1.1",
"pg": "^8.11.5",
"postgres": "^3.4.4",
"puppeteer": "^19.11.1",
"puppeteer-core": "^22.13.1",
"request-promise": "^4.2.6",
"stripe": "^15.11.0",
"supabase": "^1.167.4",
"terminal-kit": "^3.1.1",
"twilio-client": "^1.15.1",
"ws": "^8.17.0"
}
}